jra/samba/.git
2007-10-10 Derrell Lipmanr20220: Apply patch from Brad Henry with some additiona...
2007-10-10 Stefan Metzmacherr20219: add enough knowledge to display the content...
2007-10-10 Stefan Metzmacherr20213: add 2 error codes related to the msDs-IntId...
2007-10-10 Stefan Metzmacherr20205: remove unused var
2007-10-10 Stefan Metzmacherr20204: use symbolic constant
2007-10-10 Stefan Metzmacherr20198: let the IBM checker ignore the warning about...
2007-10-10 Stefan Metzmacherr20195: fix typo
2007-10-10 Stefan Metzmacherr20194: inline all static talloc functions
2007-10-10 Stefan Metzmacherr20193: - let talloc_parent_chunk() handle a NULL pointer
2007-10-10 Stefan Metzmacherr20192: I assume a 'break' is the correct thing to...
2007-10-10 Stefan Metzmacherr20191: fix bug found by the IBM checker
2007-10-10 Stefan Metzmacherr20190: fix the ldb_ldap backend
2007-10-10 Stefan Metzmacherr20189: remove unused struct element
2007-10-10 Stefan Metzmacherr20188: move back to an default attribute handler and...
2007-10-10 Stefan Metzmacherr20187: fix the build on systems without sqlite3
2007-10-10 Stefan Metzmacherr20185: - SMB_ENABLE() needs upper case YES/NO
2007-10-10 Stefan Metzmacherr20184: change ldb_attrib_handler into ldb_schema_attri...
2007-10-10 Stefan Metzmacherr20182: make the composite api usage more consistant...
2007-10-10 Rafal Szczesniakr20177: return the actual function status code.
2007-10-10 Rafal Szczesniakr20176: Info method returns null object if the user...
2007-10-10 Rafal Szczesniakr20175: use libnet context instead mem_ctx as the latte...
2007-10-10 Stefan Metzmacherr20168: start separating attributes and syntaxes
2007-10-10 Stefan Metzmacherr20167: reenable the ejsnet tests
2007-10-10 Stefan Metzmacherr20166: we have a dom_sid_add_rid() function that adds...
2007-10-10 Rafal Szczesniakr20164: Disable the test till tomorrow when I find...
2007-10-10 Rafal Szczesniakr20163: Return null object if no user is found.
2007-10-10 Rafal Szczesniakr20162: Always return some error string.
2007-10-10 Rafal Szczesniakr20161: Prevent potential segfault in case account...
2007-10-10 Andrew Bartlettr20152: Commit missing files from last night's commit...
2007-10-10 Andrew Bartlettr20149: Remove the smb.conf distinction between PDC...
2007-10-10 Stefan Metzmacherr20145: fix whitespaces
2007-10-10 Stefan Metzmacherr20144: add NET-API-BECOME-DC test that tests libnet_Be...
2007-10-10 Rafal Szczesniakr20143: a bit of experiments before doing serious chang...
2007-10-10 Stefan Metzmacherr20142: only the DDNS updates are missing for the full...
2007-10-10 Stefan Metzmacherr20141: use the gensec_features of the cli_credentials...
2007-10-10 Stefan Metzmacherr20139: only add GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG...
2007-10-10 Rafal Szczesniakr20138: return the proper status for the other function...
2007-10-10 Rafal Szczesniakr20137: return the proper status.
2007-10-10 Stefan Metzmacherr20135: attach default gensec features to the cli_crede...
2007-10-10 Andrew Bartlettr20134: The IBM Checker correctly notes that *p cannot...
2007-10-10 Stefan Metzmacherr20130: remove one more talloc_get_type()
2007-10-10 Stefan Metzmacherr20129: remove unused structure elements
2007-10-10 Stefan Metzmacherr20128: get rid of more talloc_get_type() calls
2007-10-10 Stefan Metzmacherr20127: - allocate ldb_handle under ldb_request! fix...
2007-10-10 Stefan Metzmacherr20126: fix talloc hierachy and make lldb a child of...
2007-10-10 Stefan Metzmacherr20125: fix some ugly mem leaks in the ldb_ildb backend
2007-10-10 Stefan Metzmacherr20123: - avoid some more talloc_get_type() calls
2007-10-10 Stefan Metzmacherr20122: pass ildb to ildb_request_noop()
2007-10-10 Stefan Metzmacherr20121: pass down the ldb_request struct to ildb_reques...
2007-10-10 Stefan Metzmacherr20120: fix the talloc hierachy and make ildb a child...
2007-10-10 Stefan Metzmacherr20115: from Julien Kerihuel <j.kerihuel@openchange...
2007-10-10 Stefan Metzmacherr20114: from Julien Kerihuel <j.kerihuel@openchange...
2007-10-10 Andrew Bartlettr20113: Update the DRSUAPI CrackNames test to explore...
2007-10-10 Stefan Metzmacherr20111: this is the total object count of the current...
2007-10-10 Stefan Metzmacherr20109: let libnet_BecomeDC() work against w2k servers
2007-10-10 Stefan Metzmacherr20108: match w2k3 and send 1.2.840.48018.1.2.2 before...
2007-10-10 Stefan Metzmacherr20107: don't segfault when the server didn't send...
2007-10-10 Simo Sorcer20106: Optional ONE Level indexing for ldb_tdb
2007-10-10 Stefan Metzmacherr20105: remove useless comments
2007-10-10 Andrew Tridgellr20104: this is a alternative events backend, which...
2007-10-10 Rafal Szczesniakr20103: Change the returned type of prerequisite checki...
2007-10-10 Andrew Bartlettr20102: Do not reference remote_ldb before we initialis...
2007-10-10 Simo Sorcer20101: Also rename a variable now that the unused...
2007-10-10 Simo Sorcer20100: Remove completely unused parameters
2007-10-10 Andrew Bartlettr20099: Add some comments, and correct others.
2007-10-10 Stefan Metzmacherr20096: now I'm 100% sure:-)
2007-10-10 Stefan Metzmacherr20095: make a complete copy of the binding string
2007-10-10 Stefan Metzmacherr20094: this should be non-const
2007-10-10 Stefan Metzmacherr20093: some documentation updates
2007-10-10 Andrew Tridgellr20092: added a locking benchmark that should be good...
2007-10-10 Andrew Tridgellr20091: remove blank lines at the end of text lines...
2007-10-10 Stefan Metzmacherr20088: implement DsReplicaUpdateRefs() calls for all...
2007-10-10 Stefan Metzmacherr20086: pull domain partition
2007-10-10 Stefan Metzmacherr20085: add _part to structure elements
2007-10-10 Stefan Metzmacherr20084: pull the config partition
2007-10-10 Stefan Metzmacherr20083: move function together which belong to each...
2007-10-10 Stefan Metzmacherr20081: pull the whole schema partition
2007-10-10 Stefan Metzmacherr20080: add error code that maps to NT_STATUS_INVALID_N...
2007-10-10 Stefan Metzmacherr20079: the 2nd guid is the source_dsa invocation_id...
2007-10-10 Andrew Tridgellr20078: support the large samba3 reads in RAW-READ...
2007-10-10 Andrew Tridgellr20077: support large readx replies, as done by samba3...
2007-10-10 Stefan Metzmacherr20076: give the guids meanings
2007-10-10 Stefan Metzmacherr20075: start pulling the schema content.
2007-10-10 Stefan Metzmacherr20074: this values seem to be typos in
2007-10-10 Stefan Metzmacherr20073: update the computer_dn_str after ldb_rename()
2007-10-10 Stefan Metzmacherr20072: make sure WERR_ACCESS_DENIED gets mapped to...
2007-10-10 Stefan Metzmacherr20071: move common code into a function
2007-10-10 Stefan Metzmacherr20070: implement the 2nd and 3rd drsuapi connection
2007-10-10 Stefan Metzmacherr20068: handle DsAddEntry() errors
2007-10-10 Stefan Metzmacherr20067: use a global zero_sid
2007-10-10 Stefan Metzmacherr20066: use the same sid "Domain Admins" for the securi...
2007-10-10 Stefan Metzmacherr20065: make it possible to get the dns domain name...
2007-10-10 Stefan Metzmacherr20064: - fix pushing of DeReplicaObjectIdentifierX...
2007-10-10 Stefan Metzmacherr20062: send values in DsAddEntry(), but it didn't...
2007-10-10 Stefan Metzmacherr20061: use a DsBindInfo28 structure
2007-10-10 Andrew Tridgellr20059: james was asking about CAP_LARGE_READX and...
2007-10-10 Stefan Metzmacherr20056: send a DsBindInfo28 struct in the DsBind()...
2007-10-10 Stefan Metzmacherr20055: implement dummy DsAddEntry call (without attrib...
2007-10-10 Stefan Metzmacherr20053: implement the DsBind on the 1st drsuapi connection
2007-10-10 Stefan Metzmacherr20052: implement the first drsuapi connection
next