summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3/debug: make SPENGO OID list appear under one debug headerSteven Danneman2009-08-261-1/+4
* s3/winbindd: Remove unnecessary check for NULL SIDSteven Danneman2009-08-262-8/+7
* s3-selftest: enable running RPC-NETLOGON-S3 against samba3.Günther Deschner2009-08-261-1/+1
* s4-smbtorture: add RPC-NETLOGON-S3 to test samba3 netlogon server.Günther Deschner2009-08-262-0/+19
* s3 onefs: Canonicalize the ACL in the correct ordertprouty2009-08-261-4/+8
* s3: Allow full_audit to play nice with smbd if it's using syslogtprouty2009-08-262-1/+17
* s3 audit: Change create_file in full_audit to print whether a directory or fi...tprouty2009-08-261-2/+28
* s3:winbind: Fix Coverity ID 942: Resource LeakVolker Lendecke2009-08-261-0/+2
* s4:heimdal_build: lib/hcrypto/evp-aes-cts.o belongs to HEIMDAL_HCRYPTOStefan Metzmacher2009-08-261-1/+1
* s3-netlogon: let get_md4pw() return a struct dom_sid.Günther Deschner2009-08-261-7/+5
* schannel: add generated files.Günther Deschner2009-08-263-0/+339
* schannel: move schannel.idl to main directory.Günther Deschner2009-08-262-1/+1
* netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner2009-08-263-3/+5
* Add a parameter to disable the automatic creation of krb5.conf filesVolker Lendecke2009-08-264-1/+43
* cifs.upcall: make using ip address conditional on new optionJeff Layton2009-08-262-27/+50
* cifs.upcall: switch to getopt_longJeff Layton2009-08-261-1/+7
* s4:provision Ensure that @OPTIONS is mirrored into each partitionAndrew Bartlett2009-08-263-3/+7
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-264-1/+95
* s4:ldb Add hooks to get/set the flags on a ldb_message_elementAndrew Bartlett2009-08-262-5/+65
* s4:schema Rework dsdb_write_prefixes_from_schema_to_ldb() to use tallocAndrew Bartlett2009-08-261-14/+20
* s4:provison Add prefixes to ldb using same code a later modify will useAndrew Bartlett2009-08-264-8/+38
* s4:provision Only create references to our server DN after the self joinAndrew Bartlett2009-08-266-9/+39
* s4:scheam quiet a 'const' warningAndrew Bartlett2009-08-261-1/+1
* s4:dsdb Rework dsdb_write_prefixes_to_ldb() to take a schemaAndrew Bartlett2009-08-261-14/+13
* s4:dsdb Use helper function to add 'show deleted' controlAndrew Bartlett2009-08-261-20/+10
* s3-netlogon: fix default case when _netr_LogonSamLogon is called from other o...Günther Deschner2009-08-261-1/+3
* Revert "s3: Fix uninitialized const char *"Günther Deschner2009-08-261-1/+0
* s3-netlogon: get rid of init_net_r_req_chal().Günther Deschner2009-08-261-13/+1
* s3-netlogon: let get_md4pw() return a struct samr_Password.Günther Deschner2009-08-262-8/+7
* s3-netlogon: make _netr_ServerAuthenticate a callback to _netr_ServerAuthenti...Günther Deschner2009-08-261-46/+16
* Allow for name array strings that don't end in a slashZach Loafman2009-08-251-12/+17
* Add some const to dsgetdcnameVolker Lendecke2009-08-252-6/+6
* Do an early TALLOC_FREEVolker Lendecke2009-08-251-1/+2
* netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug #60...Günther Deschner2009-08-253-3/+3
* fixed DRS rename of deleted objectsAndrew Tridgell2009-08-251-1/+20
* fixed a double free bug on error in net exportAndrew Tridgell2009-08-251-1/+0
* s4:python Fix the reprovision test by deleting 'deleted' objects too.Andrew Bartlett2009-08-251-6/+9
* s4:dsdb Rework show_deleted module not to liniearise the LDAP filterAndrew Bartlett2009-08-251-72/+37
* Help debug for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-241-0/+4
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-2419-133/+188
* Allow systems with timestamp granularity of 1sec to work withJeremy Allison2009-08-241-0/+15
* Use existing time_t rounding function, don't invent my own.Jeremy Allison2009-08-241-1/+1
* netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2009-08-243-0/+3
* s3-netlogon: Only hand out rid when netlogon credential chain has been setup ...Günther Deschner2009-08-241-1/+5
* Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.Jeremy Allison2009-08-243-0/+22
* Fix make test.Jeremy Allison2009-08-241-0/+1
* make smbcontrol smbd ping work proper checking for arguments handle short pid...Olaf Flebbe2009-08-242-14/+21
* libndr: add missing protoypes for double type.Günther Deschner2009-08-241-0/+1
* tevent: avoid using reserved c++ word.Günther Deschner2009-08-241-1/+1
* s4:dsdb Use talloc_strndup() to ensure OIDs are null terminatedAndrew Bartlett2009-08-241-8/+11