summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: Use msghdr.[ch] in vfs_aio_forkVolker Lendecke2015-01-061-42/+20
* lib: Use msghdr_prep_recv_fds in unix_msgVolker Lendecke2015-01-061-7/+4
* lib: Add msghdr_prep_recv_fdsVolker Lendecke2015-01-062-0/+22
* lib: Use msghdr_extract_fds in unix_msgVolker Lendecke2015-01-061-56/+19
* lib: Add msghdr_extract_fdsVolker Lendecke2015-01-062-0/+30
* smbd: Use msghdr_prep_fds in vfs_aio_forkVolker Lendecke2015-01-061-30/+9
* lib: Use msghdr in unix_msgVolker Lendecke2015-01-062-121/+60
* lib: Add msghdr.[ch]Volker Lendecke2015-01-063-0/+170
* lib: unix_dgram_msg does not need "num_fds"Volker Lendecke2015-01-061-2/+0
* torture3: Fix a typoVolker Lendecke2015-01-061-1/+1
* s3:winbindd: improve logic to use CLDAP for a given domain.Stefan Metzmacher2015-01-051-1/+9
* s3:winbindd: mark our primary as active_directory if possibleStefan Metzmacher2015-01-051-0/+9
* s3:passdb: fix logic in pdb_set_pw_history()Stefan Metzmacher2015-01-051-7/+8
* Happy New Year 2015!Stefan Metzmacher2015-01-011-1/+1
* lib: Fix a commentVolker Lendecke2014-12-301-3/+1
* lib: Use iov_advance in write_data_iovVolker Lendecke2014-12-301-16/+6
* lib: Add iov_advanceVolker Lendecke2014-12-302-0/+35
* lib: iov_buf does not need talloc.h anymoreVolker Lendecke2014-12-301-1/+0
* lib: Use talloc_memdup in messaging_rec_dupVolker Lendecke2014-12-281-2/+1
* Fix a comment to indicate that TALLOC_FREE must be used to free an allocated ...Richard Sharpe2014-12-261-1/+1
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2014-12-231-0/+10
* spoolss: clear PrinterInfo on GetPrinter errorDavid Disseldorp2014-12-191-7/+12
* spoolss: clear info on GetPrinterDriverDirectory errorDavid Disseldorp2014-12-191-0/+1
* spoolss: clear info on GetPrintProcessorDirectory errorDavid Disseldorp2014-12-191-4/+9
* spoolss: clear FormInfo on GetForm errorDavid Disseldorp2014-12-191-0/+1
* spoolss: clear DriverInfo on GetPrinterDriver2 errorDavid Disseldorp2014-12-191-5/+11
* spoolss: clear JobInfo on GetJob errorDavid Disseldorp2014-12-191-10/+18
* s3:pdb_samba_dsdb: use SEC_CHAN_DNS_DOMAIN in pdb_samba_dsdb_get_trusteddom_c...Stefan Metzmacher2014-12-191-6/+33
* s3:pdb_samba_dsdb: add pdb_samba_dsdb_get_trusteddom_credsStefan Metzmacher2014-12-191-1/+225
* s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()Stefan Metzmacher2014-12-191-17/+40
* s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds_with_creds()Stefan Metzmacher2014-12-191-23/+9
* s3:winbindd: we only need a an netlogon connection to a rwdc if we're a rodc ...Stefan Metzmacher2014-12-191-2/+2
* s3:winbindd: make sure we try to use NCACN_IP_TCP in cm_connect_netlogonStefan Metzmacher2014-12-191-0/+5
* s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper functionStefan Metzmacher2014-12-192-0/+93
* s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...Stefan Metzmacher2014-12-192-0/+65
* s3:winbindd: use find_domain_from_name_noinit() in winbindd_ping_dc_send()Stefan Metzmacher2014-12-191-1/+1
* s3:winbindd: report our own name for PING_DC and internal domainsStefan Metzmacher2014-12-191-0/+22
* nsswitch: fix soname of linux nss_*.so.2 modulesStefan Metzmacher2014-12-191-7/+0
* vfs_fruit: Avoid double ()Volker Lendecke2014-12-181-1/+1
* vfs_fruit: Avoid double initializationVolker Lendecke2014-12-181-1/+0
* s3-libsmb: Remove obsolete support for dns_host_file.Andreas Schneider2014-12-181-27/+0
* addns: Remove support for dns_host_file.Andreas Schneider2014-12-185-45/+64
* nmblookup: Return if the lookup was successful or not.Andreas Schneider2014-12-181-7/+18
* s3:winbindd: try to use the trust account with kerberos if possibleStefan Metzmacher2014-12-181-7/+19
* s3:winbindd: fix anon fallback in cm_prepare_connection()Stefan Metzmacher2014-12-181-18/+1
* s3:winbindd: also try to fallback to anonymous if we get NT_STATUS_INVALID_AC...Stefan Metzmacher2014-12-181-0/+1
* s3:libsmb: let cli_session_setup_kerberos_recv() return a useful error codeStefan Metzmacher2014-12-181-6/+22
* s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() firstStefan Metzmacher2014-12-181-21/+44
* s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher2014-12-184-1/+339
* pdb: fix build issues with shared modulesGarming Sam2014-12-181-0/+1