summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-14cifs.upcall: declare a structure for holding decoded argsJeff Layton1-30/+33
2009-08-14cifs.upcall: formatting cleanupJeff Layton1-47/+37
2009-08-14cifs.upcall: clean up logging and add debug messagesJeff Layton1-32/+47
2009-08-14s3:smbd: allow SMB2 Cancel to have the async flag setStefan Metzmacher1-6/+8
2009-08-14s3:smbd: fix parsing of the SMB2 bodyStefan Metzmacher1-5/+7
2009-08-14s4:samdb python bindings - we don't need the attributes hereMatthias Dieter Wallnöfer1-2/+1
2009-08-14s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer1-0/+2
2009-08-14s4: Correct the parameter logic of the "setpassword" scriptMatthias Dieter Wallnöfer1-7/+4
2009-08-14s4: Better way to call "dom_sid_to_rid" from ldap.pyMatthias Dieter Wallnöfer2-4/+12
2009-08-14s4: Remove obsolete "samdb_password_quality_ok" function (it's just a one-lin...Matthias Dieter Wallnöfer1-10/+1
2009-08-14s4: cracknames.c: Change the handling of the NT_STATUS_NO_MEMORY status resultsMatthias Dieter Wallnöfer1-4/+6
2009-08-14s4:ldap_server Correct removal of talloc_steal()Andrew Bartlett1-1/+0
2009-08-14fixed TESTS= in make test to allow multiple testsAndrew Tridgell1-2/+16
2009-08-14s4:ldap_server Remove another talloc_steal (with references)Andrew Bartlett1-1/+1
2009-08-14s4:ldap_server Don't talloc_steal (with references) in ldap_backendAndrew Bartlett1-1/+1
2009-08-12Fix EVERY SINGLE build on the buildfarm that doesn't haveJeremy Allison2-0/+5
2009-08-12Move build over to storing DOS attributes in EA's.Jeremy Allison1-2/+4
2009-08-12When mapping EA's into a TDB, don't remove the EAJeremy Allison1-0/+9
2009-08-12Fix BASE-DELAYWRITE test by removing const from struct smb_filenameJeremy Allison3-21/+21
2009-08-12Documentation for "store create time".Jeremy Allison1-0/+15
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison10-15/+140
2009-08-12Fix some warnings in the AIX ACL code.Jeremy Allison1-4/+3
2009-08-12libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher8-165/+252
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher23-21/+47
2009-08-12librpc: rerun "make idl_full"Kai Blin15-414/+414
2009-08-12s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...Stefan Metzmacher1-2/+8
2009-08-12s3:smbd: avoid 'goto out' in smbd_smb2_create_send()Stefan Metzmacher1-20/+15
2009-08-12s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2Stefan Metzmacher1-1/+3
2009-08-12s3:smbd: correctly invalidate vuids when SMB2 is usedStefan Metzmacher2-0/+5
2009-08-12s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESETStefan Metzmacher1-0/+3
2009-08-12libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai1-0/+14
2009-08-11s4:operational - Remove some outdated commentsMatthias Dieter Wallnöfer1-12/+0
2009-08-11ldb: Don't break the standalone LDB build (operational module removed)Matthias Dieter Wallnöfer1-2/+2
2009-08-11s4:test for "primaryGroupToken"Matthias Dieter Wallnöfer2-10/+81
2009-08-11s4:samldb module - Remove duplicate lineMatthias Dieter Wallnöfer1-1/+0
2009-08-11s4:operational module - move and enhancementsMatthias Dieter Wallnöfer3-27/+59
2009-08-11s4:pwsettings script - Fix a small glitchMatthias Dieter Wallnöfer1-5/+10
2009-08-11Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou2-2/+2
2009-08-11torture/basic: in run_derefopen() the file could have been deleted before the...Matthias Dieter Wallnöfer1-2/+6
2009-08-11s4:AD LDIFs - More refactoringMatthias Dieter Wallnöfer4-221/+167
2009-08-12pidl: fix parse_idl test after idl.yp changesStefan Metzmacher1-28/+103
2009-08-12pidl: fix samba3-cli test after the async function were addedStefan Metzmacher1-2/+212
2009-08-12try to give some hint as to what is causing NDR string errorsAndrew Tridgell1-8/+8
2009-08-12when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell2-6/+6
2009-08-12no need to shout about getting an oplockAndrew Tridgell1-1/+1
2009-08-12raise the debug level for a common messageAndrew Tridgell1-1/+1
2009-08-12Allow selection of the samba4 process model for 'make test'Andrew Tridgell1-1/+10
2009-08-12print server log on stderr as well as to log fileAndrew Tridgell1-2/+5
2009-08-12s4:provision Allow provision-backend to not run slapd for 'make test'Andrew Bartlett3-28/+33
2009-08-12s4:selftest Don't start the slapd for the provision, only for the runAndrew Bartlett1-17/+12