summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij2012-03-201-2/+2
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-201-3/+3
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-204-10/+10
* s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett2012-03-191-2/+2
* s3:gse: fix debug message in gse_get_server_auth_token()Stefan Metzmacher2012-03-171-1/+1
* Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...Jeremy Allison2012-03-171-5/+20
* build: Do not use --export-dynamic flag on OpenBSD 5.xAmitay Isaacs2012-03-161-1/+2
* s3-notify: Lift "/." handling up one levelVolker Lendecke2012-03-162-15/+9
* s3-notify: Simplify if-expressionsVolker Lendecke2012-03-161-16/+13
* s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke2012-03-164-6/+8
* Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...Jeremy Allison2012-03-151-1/+1
* s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher2012-03-152-0/+6
* s3:selftest: reactivate the writetimeupdatedelay speed-upMichael Adam2012-03-151-1/+2
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-155-0/+92
* s3: Use talloc_tos() in notify_send()Volker Lendecke2012-03-151-6/+2
* s3: Fix lock ordering in notify_addVolker Lendecke2012-03-151-13/+15
* s3: properly free the notify_onelevel recordVolker Lendecke2012-03-151-1/+1
* s3: Replace some callers of cluster_id_equalVolker Lendecke2012-03-151-4/+3
* s3: Remove the separate server_id arg to notify_initVolker Lendecke2012-03-153-4/+3
* s3: Fix blank line endingsVolker Lendecke2012-03-151-13/+13
* s3: Update waf build to include missed dependancy on Lion.Ira Cooper2012-03-151-1/+1
* util: Add --disable-fault-handling.Ira Cooper2012-03-151-0/+7
* build: Do not build with utmp when we do not have utmp.hAndrew Bartlett2012-03-151-1/+4
* build: param must require cups to get the cups headers path in -IAndrew Bartlett2012-03-151-1/+1
* s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett2012-03-154-5/+5
* selftest: test wbinfo --authenticate and --krb5authAndrew Bartlett2012-03-151-0/+5
* build: Ensure that we clean build objects from auth/ as wellAndrew Bartlett2012-03-151-1/+1
* s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'Stefan Metzmacher2012-03-141-0/+4
* s3-spoolss: Check return type of update_dsspooler().Andreas Schneider2012-03-141-12/+18
* s3-spoolss: Check return codes in update_dsspooler.Andreas Schneider2012-03-141-40/+170
* s3-printing: Check for browseable too.Andreas Schneider2012-03-141-1/+6
* s3-printing: Make printer a const char *.Andreas Schneider2012-03-142-3/+9
* s3-rpc_client: Add debug message for printer dataex errors.Andreas Schneider2012-03-141-0/+4
* s3-rpc_server: Increase debug level for policy handle.Andreas Schneider2012-03-141-5/+5
* samba3util: Add ccan to dependency list now that str_checksum() uses a ccan f...Jelmer Vernooij2012-03-141-1/+1
* s3:smb2_server: fix a compiler warningChristian Ambach2012-03-141-2/+2
* s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher2012-03-141-0/+13
* autoconf: make autoconf build work on OS X 10.6Matthieu Patou2012-03-141-2/+2
* lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou2012-03-142-1/+8
* Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...Jeremy Allison2012-03-131-4/+6
* Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more...Christian Ambach2012-03-131-3/+7
* s3-spoolss: Consistently fail OpenPrinterEx with "" printernameAndrew Bartlett2012-03-131-0/+4
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-135-79/+120
* s3:torture: fix segfault in LOCAL-TALLOC-DICTStefan Metzmacher2012-03-131-1/+3
* s3:torture: talloc_dict_traverse() returns the number of entriesStefan Metzmacher2012-03-131-2/+7
* s3: Improve statvfs supportBrad Smith2012-03-112-9/+14
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-107-7/+7
* selftest: fix running additional smbclient test for non-spnego session setupAndrew Bartlett2012-03-101-1/+1
* s3: fix build on AIXBjörn Jacke2012-03-101-1/+2
* s3: Add smb_request_doneVolker Lendecke2012-03-104-60/+103