summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-02-221-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-02-221-1/+6
* build: fix libceph-common detectionGünther Deschner2018-02-221-2/+4
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-222-5/+21
* winbindd: implement wb_irpc_lsa_{LookupNames4,LookupSids3}()Stefan Metzmacher2018-02-211-0/+408
* rpcclient: add lookupsids_level commandStefan Metzmacher2018-02-211-0/+93
* rpcclient: fix variable initialisation and add parenthesis to if clausesRalph Boehme2018-02-211-4/+6
* winbindd: make use of talloc_zero_array() in wb_lookupsids*()Stefan Metzmacher2018-02-211-5/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_generic()Stefan Metzmacher2018-02-211-3/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()Stefan Metzmacher2018-02-211-3/+6
* winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher2018-02-211-1/+1
* winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher2018-02-211-1/+3
* wscript: drop checks for setnetgrent/endnetgrent/getnetgrentBjörn Jacke2018-02-212-33/+1
* s3: remove dead already commented codeBjörn Jacke2018-02-211-4/+1
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-214-5/+5
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-204-5/+10
* s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider2018-02-201-10/+15
* tldap: Dump unnecessary includesVolker Lendecke2018-02-201-2/+0
* smbspool: Improve URI handling codeAndreas Schneider2018-02-201-11/+18
* tests: Add tests for parsing LDAPv3 and LDAPv2 filter stringsAndreas Schneider2018-02-192-0/+72
* s3:tldap: Comment code for to LDAP escaping versionAndreas Schneider2018-02-191-0/+2
* s3:tldap: Fix parsing LDAPv2 escaped stringsAndreas Schneider2018-02-191-0/+2
* Remove some bashisms from the test scriptsTimur I. Bakeyev2018-02-195-10/+10
* winbind: Don't send "server_id" explicitly for DUMP_DOMAIN_LISTVolker Lendecke2018-02-162-31/+5
* winbind: Don't explicitly send "server_id" for ONLINESTATUSVolker Lendecke2018-02-152-14/+3
* smbspool: Initialize empty_str on declarationAndreas Schneider2018-02-151-6/+4
* net: Slightly simplify net_lookup_dsgetdcname()Volker Lendecke2018-02-131-2/+2
* dsgetdcname: Add some constVolker Lendecke2018-02-131-10/+12
* libsmb: Fix an error path memleakVolker Lendecke2018-02-131-0/+1
* libsmb: Fix destructor setup in unexpected.cVolker Lendecke2018-02-131-1/+2
* net: Add some {}Volker Lendecke2018-02-131-1/+2
* smbd: remove "id" from share_mode_entryVolker Lendecke2018-02-132-2/+0
* smbd: Pass "file_id" explicitly to send_break_to_noneVolker Lendecke2018-02-131-3/+4
* smbd: Pass "file_id" explicitly to send_break_message()Volker Lendecke2018-02-133-9/+12
* srvsvc: Avoid a dependency on share_mode_entry->idVolker Lendecke2018-02-131-1/+1
* smbd: Avoid a dependency on share_mode_entry->idVolker Lendecke2018-02-131-3/+4
* smbd: Avoid a dependency on share_mode_entry->idVolker Lendecke2018-02-131-3/+4
* smbd: Pass "file_id" explicitly to message_to_share_mode_entry()Volker Lendecke2018-02-133-5/+13
* smbd: Pass "file_id" explicitly into share_mode_entry_to_message()Volker Lendecke2018-02-134-6/+12
* smbd: Remove a redundant checkVolker Lendecke2018-02-131-3/+0
* smbd: Use "share_mode_data->id", not "share_mode_entry->id"Volker Lendecke2018-02-131-1/+1
* srvsvc: Use the passed-in file_idVolker Lendecke2018-02-131-1/+1
* smbd: Pass in "file_id" into validate_my_share_entriesVolker Lendecke2018-02-131-5/+5
* smbd: Pass in "file_id" into share_mode_str()Volker Lendecke2018-02-135-11/+16
* srvsvc: Use the passed-in file id, not the one from share_mode_entryVolker Lendecke2018-02-131-1/+1
* smbd: Pass "file_id" through share_entry_forallVolker Lendecke2018-02-134-1/+10
* smbd: Fix a signed/unsigned hickupVolker Lendecke2018-02-131-1/+1
* winbindd: Initialize the domain groups memberAndreas Schneider2018-02-131-1/+6
* winbindd: Free is_parent before we terminateAndreas Schneider2018-02-121-3/+6
* winbindd: Free memory before we exit the connect childAndreas Schneider2018-02-121-1/+4