summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Remove unused smb_request->doneVolker Lendecke2012-03-102-8/+0
* s3: Remove unused smb_request->chain_outbufVolker Lendecke2012-03-102-6/+0
* s3: Remove "req_wct_ofs()"Volker Lendecke2012-03-104-22/+2
* s3: Fix the read&x offset within a chainVolker Lendecke2012-03-101-0/+32
* s3: Remove chain_replyVolker Lendecke2012-03-106-289/+0
* s3: Replace chain_replyVolker Lendecke2012-03-102-3/+143
* s3: Add a new set of andx chain handling routinesVolker Lendecke2012-03-107-2/+599
* s3: Make sure the andX chains are ended correctlyVolker Lendecke2012-03-105-0/+33
* s3: Fix a 64-bit warningVolker Lendecke2012-03-101-1/+1
* Ensure the right tsocket.h is included.Jeremy Allison2012-03-101-1/+1
* Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...Jeremy Allison2012-03-091-2/+2
* s3:smb2_server validate message ids with largemtuChristian Ambach2012-03-091-27/+56
* s3:smb2_server verify creditchargeChristian Ambach2012-03-096-0/+37
* s3:smb2_server add function to verify creditchargeChristian Ambach2012-03-092-0/+42
* s3:smb2_server: announce LargeMTU for SMB2.1Christian Ambach2012-03-091-4/+27