summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: add smb2_create_blob_find()Stefan Metzmacher2009-08-152-0/+23
* Use defined names rather than numeric constants to make codeJeremy Allison2009-08-141-2/+2
* gpfs.so: map the file_inherit and dir_inherit flags away for filesMichael Adam2009-08-141-1/+15
* cifs.upcall: fix IPv6 addrs sent to upcall to have colon delimitersJeff Layton2009-08-141-4/+29
* cifs.upcall: use ip address passed by kernel to get server's hostnameJeff Layton2009-08-141-12/+56
* cifs.upcall: clean up flag handlingJeff Layton2009-08-141-10/+10
* cifs.upcall: try getting a "cifs/" principal and fall back to "host/"Jeff Layton2009-08-142-14/+18
* cifs.upcall: declare a structure for holding decoded argsJeff Layton2009-08-141-30/+33
* cifs.upcall: formatting cleanupJeff Layton2009-08-141-47/+37
* cifs.upcall: clean up logging and add debug messagesJeff Layton2009-08-141-32/+47
* s3:smbd: allow SMB2 Cancel to have the async flag setStefan Metzmacher2009-08-141-6/+8
* s3:smbd: fix parsing of the SMB2 bodyStefan Metzmacher2009-08-141-5/+7
* s4:samdb python bindings - we don't need the attributes hereMatthias Dieter Wallnöfer2009-08-141-2/+1
* s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer2009-08-141-0/+2
* s4: Correct the parameter logic of the "setpassword" scriptMatthias Dieter Wallnöfer2009-08-141-7/+4
* s4: Better way to call "dom_sid_to_rid" from ldap.pyMatthias Dieter Wallnöfer2009-08-142-4/+12
* s4: Remove obsolete "samdb_password_quality_ok" function (it's just a one-lin...Matthias Dieter Wallnöfer2009-08-141-10/+1
* s4: cracknames.c: Change the handling of the NT_STATUS_NO_MEMORY status resultsMatthias Dieter Wallnöfer2009-08-141-4/+6
* s4:ldap_server Correct removal of talloc_steal()Andrew Bartlett2009-08-141-1/+0
* fixed TESTS= in make test to allow multiple testsAndrew Tridgell2009-08-141-2/+16
* s4:ldap_server Remove another talloc_steal (with references)Andrew Bartlett2009-08-141-1/+1
* s4:ldap_server Don't talloc_steal (with references) in ldap_backendAndrew Bartlett2009-08-141-1/+1
* Fix EVERY SINGLE build on the buildfarm that doesn't haveJeremy Allison2009-08-122-0/+5
* Move build over to storing DOS attributes in EA's.Jeremy Allison2009-08-121-2/+4
* When mapping EA's into a TDB, don't remove the EAJeremy Allison2009-08-121-0/+9
* Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison2009-08-123-21/+21
* Documentation for "store create time".Jeremy Allison2009-08-121-0/+15
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-1210-15/+140
* Fix some warnings in the AIX ACL code.Jeremy Allison2009-08-121-4/+3
* libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher2009-08-128-165/+252
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-1223-21/+47
* librpc: rerun "make idl_full"Kai Blin2009-08-1215-414/+414
* s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...Stefan Metzmacher2009-08-121-2/+8
* s3:smbd: avoid 'goto out' in smbd_smb2_create_send()Stefan Metzmacher2009-08-121-20/+15
* s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2Stefan Metzmacher2009-08-121-1/+3
* s3:smbd: correctly invalidate vuids when SMB2 is usedStefan Metzmacher2009-08-122-0/+5
* s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher2009-08-121-0/+3
* libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai2009-08-121-0/+14
* s4:operational - Remove some outdated commentsMatthias Dieter Wallnöfer2009-08-111-12/+0
* ldb: Don't break the standalone LDB build (operational module removed)Matthias Dieter Wallnöfer2009-08-111-2/+2
* s4:test for "primaryGroupToken"Matthias Dieter Wallnöfer2009-08-112-10/+81
* s4:samldb module - Remove duplicate lineMatthias Dieter Wallnöfer2009-08-111-1/+0
* s4:operational module - move and enhancementsMatthias Dieter Wallnöfer2009-08-113-27/+59
* s4:pwsettings script - Fix a small glitchMatthias Dieter Wallnöfer2009-08-111-5/+10
* Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou2009-08-112-2/+2
* torture/basic: in run_derefopen() the file could have been deleted before the...Matthias Dieter Wallnöfer2009-08-111-2/+6
* s4:AD LDIFs - More refactoringMatthias Dieter Wallnöfer2009-08-114-221/+167
* pidl: fix parse_idl test after idl.yp changesStefan Metzmacher2009-08-121-28/+103
* pidl: fix samba3-cli test after the async function were addedStefan Metzmacher2009-08-121-2/+212
* try to give some hint as to what is causing NDR string errorsAndrew Tridgell2009-08-121-8/+8