index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20076: give the guids meanings
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r20075: start pulling the schema content.
Stefan Metzmacher
1
-0
/
+109
2007-10-10
r20074: this values seem to be typos in
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r20073: update the computer_dn_str after ldb_rename()
Stefan Metzmacher
2
-2
/
+12
2007-10-10
r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r20071: move common code into a function
Stefan Metzmacher
1
-41
/
+36
2007-10-10
r20070: implement the 2nd and 3rd drsuapi connection
Stefan Metzmacher
1
-6
/
+77
2007-10-10
r20068: handle DsAddEntry() errors
Stefan Metzmacher
1
-0
/
+52
2007-10-10
r20067: use a global zero_sid
Stefan Metzmacher
1
-14
/
+13
2007-10-10
r20066: use the same sid "Domain Admins" for the security_descriptor
Stefan Metzmacher
2
-10
/
+21
2007-10-10
r20065: make it possible to get the dns domain name and netbios domain name
Stefan Metzmacher
1
-0
/
+18
2007-10-10
r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry()
Stefan Metzmacher
3
-6
/
+22
2007-10-10
r20062: send values in DsAddEntry(), but it didn't work yet (ACCESS_DENIED...)
Stefan Metzmacher
1
-8
/
+333
2007-10-10
r20061: use a DsBindInfo28 structure
Stefan Metzmacher
1
-1
/
+32
2007-10-10
r20059: james was asking about CAP_LARGE_READX and reads close to the 64k
Andrew Tridgell
1
-0
/
+20
2007-10-10
r20056: send a DsBindInfo28 struct in the DsBind() and take care of the DsBin...
Stefan Metzmacher
1
-1
/
+71
2007-10-10
r20055: implement dummy DsAddEntry call (without attributes yet)
Stefan Metzmacher
1
-0
/
+67
2007-10-10
r20053: implement the DsBind on the 1st drsuapi connection
Stefan Metzmacher
1
-0
/
+39
2007-10-10
r20052: implement the first drsuapi connection
Stefan Metzmacher
1
-0
/
+48
2007-10-10
r20051: handle the case where the server object exist, but doesn't have a ser...
Stefan Metzmacher
1
-15
/
+69
2007-10-10
r20047: patch from Julien Kerihuel <j.kerihuel@openchange.org>
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r20046: Add ldb_search_exp_fmt and port comment to 4
Volker Lendecke
1
-3
/
+10
2007-10-10
r20045: implement the drsuapi_DsRemoveDSServer() call
Stefan Metzmacher
2
-3
/
+49
2007-10-10
r20044: implement the drsuapi connect and ds_bind
Stefan Metzmacher
1
-0
/
+88
2007-10-10
r20043: when becoming a dc:
Stefan Metzmacher
1
-1
/
+113
2007-10-10
r20042: move the computer account to the CN=Computers container if needed
Stefan Metzmacher
1
-0
/
+54
2007-10-10
r20041: when unbecoming a dc:
Stefan Metzmacher
1
-0
/
+87
2007-10-10
r20040: uncomplete implementation start for libnet_UnbecomeDC()
Stefan Metzmacher
4
-0
/
+294
2007-10-10
r20039: things which need to be done for unbecoming a dc
Stefan Metzmacher
1
-1
/
+121
2007-10-10
r20038: document first rootdse search
Stefan Metzmacher
1
-0
/
+35
2007-10-10
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
8
-75
/
+41
2007-10-10
r20033: Never commit before testing
Simo Sorce
1
-3
/
+6
2007-10-10
r20032: Add ldb_search_exp_fmt()
Simo Sorce
1
-0
/
+36
2007-10-10
r20031: - implement earching for an existing server object
Stefan Metzmacher
1
-0
/
+157
2007-10-10
r20030: - implement the computer object search
Stefan Metzmacher
1
-2
/
+44
2007-10-10
r20029: - implement source_dsa site object search
Stefan Metzmacher
1
-0
/
+31
2007-10-10
r20028: fix typos
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20027: restore instanceType and systemFlags values, which got lost in
Stefan Metzmacher
1
-0
/
+22
2007-10-10
r20026: - store the infrastructure server_dn_str
Stefan Metzmacher
1
-1
/
+111
2007-10-10
r20025: - implement the windows2003update revision search
Stefan Metzmacher
1
-0
/
+91
2007-10-10
r20024: lookup the infrastructure fSMORoleOwner on the 1st LDAP connection
Stefan Metzmacher
1
-0
/
+52
2007-10-10
r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt()
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r20022: - implement the ldap connect code
Stefan Metzmacher
1
-12
/
+177
2007-10-10
r20021: implement a CLDAP netlogon request to get some infos
Stefan Metzmacher
2
-8
/
+109
2007-10-10
r20011: define libnet_BecomeDC_state struct and add some dummy functions
Stefan Metzmacher
1
-1
/
+58
2007-10-10
r20010: cosmetic fix
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20009: use a composite context
Stefan Metzmacher
1
-2
/
+14
2007-10-10
r20008: add stubs for a libnet_BecomeDC() call
Stefan Metzmacher
4
-0
/
+72
2007-10-10
r20002: finish requests on the first LDAP connection
Stefan Metzmacher
1
-2
/
+48
2007-10-10
r20000: 20000
Stefan Metzmacher
1
-0
/
+1
[next]