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