Age | Commit message (Expand) | Author | Files | Lines |
2012-03-15 | s3: Fix lock ordering in notify_add | Volker Lendecke | 1 | -13/+15 |
2012-03-15 | s3: properly free the notify_onelevel record | Volker Lendecke | 1 | -1/+1 |
2012-03-15 | s3: Replace some callers of cluster_id_equal | Volker Lendecke | 1 | -4/+3 |
2012-03-15 | s3: Remove the separate server_id arg to notify_init | Volker Lendecke | 3 | -4/+3 |
2012-03-15 | s3: Fix blank line endings | Volker Lendecke | 1 | -13/+13 |
2012-03-15 | s3: Update waf build to include missed dependancy on Lion. | Ira Cooper | 1 | -1/+1 |
2012-03-15 | util: Add --disable-fault-handling. | Ira Cooper | 1 | -0/+7 |
2012-03-15 | build: Do not build with utmp when we do not have utmp.h | Andrew Bartlett | 1 | -1/+4 |
2012-03-15 | build: param must require cups to get the cups headers path in -I | Andrew Bartlett | 1 | -1/+1 |
2012-03-15 | s3-krb5: Remove GSS_WRAP_IOV conditional | Andrew Bartlett | 4 | -5/+5 |
2012-03-15 | selftest: test wbinfo --authenticate and --krb5auth | Andrew Bartlett | 1 | -0/+5 |
2012-03-15 | build: Ensure that we clean build objects from auth/ as well | Andrew Bartlett | 1 | -1/+1 |
2012-03-14 | s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1' | Stefan Metzmacher | 1 | -0/+4 |
2012-03-14 | s3-spoolss: Check return type of update_dsspooler(). | Andreas Schneider | 1 | -12/+18 |
2012-03-14 | s3-spoolss: Check return codes in update_dsspooler. | Andreas Schneider | 1 | -40/+170 |
2012-03-14 | s3-printing: Check for browseable too. | Andreas Schneider | 1 | -1/+6 |
2012-03-14 | s3-printing: Make printer a const char *. | Andreas Schneider | 2 | -3/+9 |
2012-03-14 | s3-rpc_client: Add debug message for printer dataex errors. | Andreas Schneider | 1 | -0/+4 |
2012-03-14 | s3-rpc_server: Increase debug level for policy handle. | Andreas Schneider | 1 | -5/+5 |
2012-03-14 | samba3util: Add ccan to dependency list now that str_checksum() uses a ccan f... | Jelmer Vernooij | 1 | -1/+1 |
2012-03-14 | s3:smb2_server: fix a compiler warning | Christian Ambach | 1 | -2/+2 |
2012-03-14 | s3:smbd: also create ncalrpc/np directory before forking rpc daemons | Stefan Metzmacher | 1 | -0/+13 |
2012-03-14 | autoconf: make autoconf build work on OS X 10.6 | Matthieu Patou | 1 | -2/+2 |
2012-03-14 | lib/crypto: Detect CommonCrypto and use it if available | Matthieu Patou | 2 | -1/+8 |
2012-03-13 | Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b... | Jeremy Allison | 1 | -4/+6 |
2012-03-13 | Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more... | Christian Ambach | 1 | -3/+7 |
2012-03-13 | s3-spoolss: Consistently fail OpenPrinterEx with "" printername | Andrew Bartlett | 1 | -0/+4 |
2012-03-13 | s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2. | Alexander Bokovoy | 5 | -79/+120 |
2012-03-13 | s3:torture: fix segfault in LOCAL-TALLOC-DICT | Stefan Metzmacher | 1 | -1/+3 |
2012-03-13 | s3:torture: talloc_dict_traverse() returns the number of entries | Stefan Metzmacher | 1 | -2/+7 |
2012-03-11 | s3: Improve statvfs support | Brad Smith | 2 | -9/+14 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 7 | -7/+7 |
2012-03-10 | selftest: fix running additional smbclient test for non-spnego session setup | Andrew Bartlett | 1 | -1/+1 |
2012-03-10 | s3: fix build on AIX | Björn Jacke | 1 | -1/+2 |
2012-03-10 | s3: Add smb_request_done | Volker Lendecke | 4 | -60/+103 |
2012-03-10 | s3: Remove unused smb_request->done | Volker Lendecke | 2 | -8/+0 |
2012-03-10 | s3: Remove unused smb_request->chain_outbuf | Volker Lendecke | 2 | -6/+0 |
2012-03-10 | s3: Remove "req_wct_ofs()" | Volker Lendecke | 4 | -22/+2 |
2012-03-10 | s3: Fix the read&x offset within a chain | Volker Lendecke | 1 | -0/+32 |
2012-03-10 | s3: Remove chain_reply | Volker Lendecke | 6 | -289/+0 |
2012-03-10 | s3: Replace chain_reply | Volker Lendecke | 2 | -3/+143 |
2012-03-10 | s3: Add a new set of andx chain handling routines | Volker Lendecke | 7 | -2/+599 |
2012-03-10 | s3: Make sure the andX chains are ended correctly | Volker Lendecke | 5 | -0/+33 |
2012-03-10 | s3: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+1 |
2012-03-10 | Ensure the right tsocket.h is included. | Jeremy Allison | 1 | -1/+1 |
2012-03-09 | Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-... | Jeremy Allison | 1 | -2/+2 |
2012-03-09 | s3:smb2_server validate message ids with largemtu | Christian Ambach | 1 | -27/+56 |
2012-03-09 | s3:smb2_server verify creditcharge | Christian Ambach | 6 | -0/+37 |
2012-03-09 | s3:smb2_server add function to verify creditcharge | Christian Ambach | 2 | -0/+42 |
2012-03-09 | s3:smb2_server: announce LargeMTU for SMB2.1 | Christian Ambach | 1 | -4/+27 |