summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Move the talloc_move call until *after* the check on status. Don't want to mo...Jeremy Allison2011-09-121-3/+3
* s3:libsmb: check the wct of the incoming SMBnegprot responsesStefan Metzmacher2011-09-121-0/+10
* s3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK as DOS-Error successStefan Metzmacher2011-09-121-1/+6
* s3-auth: fix uninitialized server_infoSumit Bose2011-09-121-0/+4
* s3-lsa: Add conversion for auth info structsSumit Bose2011-09-128-37/+608
* s3-selftest: Set path to bin/net and bin/wbinfo in command line to test scriptsAndrew Bartlett2011-09-126-27/+32
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-101-5/+12
* libcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_SIGNATURES_REQUIREDStefan Metzmacher2011-09-101-1/+1
* s3-spoolss: Fix bug #8351 forms migration.Andreas Schneider2011-09-091-0/+4
* Second part of fix for bug #8443 - Default user entry is set to minimal permi...Jeremy Allison2011-09-091-8/+11
* First part of fix for bug #8443 - Default user entry is set to minimal permis...Jeremy Allison2011-09-081-58/+2
* Fix bug #8203 - winbindd needs to reset the DC connection if an RPC times out.Jeremy Allison2011-09-081-15/+66
* s3:torture: make use of CLI_FULL_CONNECTION_DONT_SPNEGOStefan Metzmacher2011-09-081-4/+11
* s3:torture: make use of CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher2011-09-081-1/+8
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCIIStefan Metzmacher2011-09-083-1/+12
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher2011-09-082-1/+5
* s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_full_connection()Stefan Metzmacher2011-09-081-4/+0
* s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_start_connection()Stefan Metzmacher2011-09-081-13/+0
* s3-loadparm: fixed re-application of cmdline parametric optionsAndrew Tridgell2011-09-081-1/+4
* s3-loadparm: fixed a memory leak in parametric optionsAndrew Tridgell2011-09-081-1/+2
* s3: Fix a debug messageVolker Lendecke2011-09-081-2/+2
* s3: Fix a typoVolker Lendecke2011-09-081-1/+1
* build: netapi does not depend on TOKEN_UTILAndrew Bartlett2011-09-081-1/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-0814-51/+65
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()Stefan Metzmacher2011-09-084-6/+30
* Revert "Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for...Jeremy Allison2011-09-081-11/+8
* Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRO...Jeremy Allison2011-09-081-5/+4
* Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking re...Ira Cooper2011-09-071-1/+7
* s3:winbind: put winbindd_cache into the state dir, not the cache dirMichael Adam2011-09-071-1/+1
* s3:dbwrap_ctdb: improve error message in transaction destructorGregor Beck2011-09-071-1/+2
* s3: let g_lock_unlock() return more specific status codes on failureGregor Beck2011-09-071-2/+2
* s3: Fix Coverity ID 2611, UNINITVolker Lendecke2011-09-071-0/+1
* s3: Fix Coverity ID 2612, UNINITVolker Lendecke2011-09-071-0/+1
* s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid valuesStefan Metzmacher2011-09-071-3/+3
* s3:smb2cli: pass the uid to the SMB2_SESSION_SETUP to support multi-leg-authStefan Metzmacher2011-09-071-1/+2
* s3:idmap/autorid add a small alloc pool to autoridChristian Ambach2011-09-071-0/+52
* build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs2011-09-072-277/+1
* s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_...Stefan Metzmacher2011-09-071-0/+8
* s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_...Stefan Metzmacher2011-09-071-0/+8
* s3:smb2_server: return BAD_NETWORK_NAME if the path is terminated in SMB2_TCONStefan Metzmacher2011-09-071-0/+8
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_write.cStefan Metzmacher2011-09-071-12/+6
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_setinfo.cStefan Metzmacher2011-09-071-13/+5
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_read.cStefan Metzmacher2011-09-071-11/+5
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_notify.cStefan Metzmacher2011-09-071-12/+4
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_lock.cStefan Metzmacher2011-09-071-11/+5
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_keepalive.cStefan Metzmacher2011-09-071-13/+4
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_ioctl.cStefan Metzmacher2011-09-071-13/+5
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_getinfo.cStefan Metzmacher2011-09-071-13/+5
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_flush.cStefan Metzmacher2011-09-071-12/+4
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_find.cStefan Metzmacher2011-09-071-13/+5