summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-repl: lower debug level of a common messageAndrew Tridgell2009-12-211-1/+1
* s4-dsdb: don't use a non-constant format string for a printf formatAndrew Tridgell2009-12-211-10/+3
* s4-dsdb: added DSDB_MODIFY_RELAX flag to the dsdb_module_*() callsAndrew Tridgell2009-12-212-0/+8
* s4-dsdb: added dsdb_get_extended_dn_uint64()Andrew Tridgell2009-12-211-3/+11
* s4-dsdb: use varargs expression in dsdb_module_search()Andrew Tridgell2009-12-211-1/+7
* s4-dsdb: added two new dsdb_get_extended_dn_*() helper functionsAndrew Tridgell2009-12-211-0/+43
* s4-provision: added a note about where invocationIDs come fromAndrew Tridgell2009-12-211-0/+2
* s4-dsdb: give us an invocationID when in standalone modeAndrew Tridgell2009-12-211-1/+79
* s3: Fix an error case in cli_negprotVolker Lendecke2009-12-201-0/+1
* tevent: prefix types and defined with tevent_ and TEVENT_Stefan Metzmacher2009-12-201-37/+39
* Output %p as unsigned in snprintf replacement.Peter Rosin2009-12-191-0/+1
* s4:kdc: setup the local and remote tsocket_address at accept timeStefan Metzmacher2009-12-191-44/+49
* s4:kdc: convert UDP based communication to tdgram_contextStefan Metzmacher2009-12-192-177/+138
* Actually explain the twisty paths of tortured logic behindJeremy Allison2009-12-181-14/+42
* reply_doserror() doesn't force DOS errors on the wire.Jeremy Allison2009-12-181-10/+10
* reply_force_nterror() is not used anywhere. Remove it.Jeremy Allison2009-12-182-3/+0
* s4 torture: Add test to show archive bit behavior with directoriesZachary Loafman2009-12-181-0/+153
* s4 torture: Fix RAW-STREAMS-DELETE to pass against samba3Tim Prouty2009-12-181-1/+2
* Added freeing a successful req so it doesnt croud the ldb contextNadezhda Ivanova2009-12-181-2/+4
* Added oid for AS_SYSTEM control, used to bypass access checks for system oper...Nadezhda Ivanova2009-12-181-0/+6
* s3-docs: mention pam_winbind.conf(5) manpage in pam_winbind(8) manpage.Günther Deschner2009-12-181-1/+5
* s3-docs: add new pam_winbind.conf(5) manpage.Günther Deschner2009-12-181-0/+190
* s4-dsdb: stop warnings about unknown struct GUID in prototypesAndrew Tridgell2009-12-181-0/+1
* s4-ldb: fixed a valgrind error in ldbtestAndrew Tridgell2009-12-181-0/+2
* s4-dsdb: greatly simplify the subtree_delete moduleAndrew Tridgell2009-12-181-117/+20
* s4-dsdb: declare ldb_dn_update_components()Andrew Tridgell2009-12-181-0/+1
* s4-dsdb: added ldb_dn_update_components()Andrew Tridgell2009-12-181-0/+23
* s4-dsdb: fixed the sort in dsdb_find_nc_root()Andrew Tridgell2009-12-181-1/+6
* s4-ldb: display msDS-OptionalFeatureGUID as a GUIDAndrew Tridgell2009-12-181-0/+1
* s4-scripts: add a enablerecyclebin scriptAndrew Tridgell2009-12-181-0/+54
* s4-ldb: canonicalise the message on ldb_addAndrew Tridgell2009-12-181-0/+9
* s4-dsdb: Add a test for adding, deleting, and appending a posixAccount object...Brendan Powers2009-12-181-0/+30
* s4-dsdb: fix handling of AUX classes in objectclass_sortBrendan Powers2009-12-181-146/+133
* s4-dsdb: return an error if samAccountName is not specified when creating a u...Brendan Powers2009-12-181-0/+7
* s4-dsdb: Move get_last_structural class from descriptor.c to util.cBrendan Powers2009-12-183-16/+30
* s4-dsdb: Add a check to prevent acl_modify from debuging a NULL messageBrendan Powers2009-12-181-1/+5
* Return NULL in strlower_talloc if src is NULLBrendan Powers2009-12-181-0/+4
* s4:provision Give a more useful error message in guess_namesAndrew Bartlett2009-12-181-3/+11
* Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.Jeremy Allison2009-12-171-0/+4
* Vector correctly through reply_openerror() (which uses the same logic).Jeremy Allison2009-12-171-6/+1
* s4 torture: RAW-STREAMS-NAMES Make sure the create time of the streams are di...Tim Prouty2009-12-171-0/+24
* s4 torture: Add RAW-STREAMS-RENAME3 to show error when trying to overwrite a ...Tim Prouty2009-12-171-0/+92
* s4 torture: Parameterize streams delete behavior rather than commenting out t...Tim Prouty2009-12-171-3/+7
* s4 torture: RAW-STREAMS-CREATEDISP Use a normal deny modeTim Prouty2009-12-171-1/+1
* s4 torture: close handle instead of using exitTim Prouty2009-12-171-1/+1
* Update default with correct value. Add a note about Win7 behaviorJeremy Allison2009-12-171-9/+12
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2009-12-171-1/+4
* s4:"samdb_set_password" - remove delete instructionsMatthias Dieter Wallnöfer2009-12-171-7/+2
* s4-smbtorture: skip GetAliasMembership against s4.Günther Deschner2009-12-171-0/+4
* Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova2009-12-173-16/+139