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
/
libnet
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-01
s4:libnet_become_dc: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher
1
-7
/
+21
2010-03-01
s4:libnet: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
10
-41
/
+40
2010-03-01
s4:libnet_become_dc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher
1
-71
/
+9
2010-03-01
s4/libnet: Fix misleading comment
Anatoliy Atanasov
1
-1
/
+1
2010-02-26
s4:libnet: use generate_random_password()
Stefan Metzmacher
2
-2
/
+2
2010-02-26
s4:libnet: use a connected CLDAP socket.
Stefan Metzmacher
4
-10
/
+47
2010-02-22
More spelling fixes across source4/
Brad Hards
1
-1
/
+1
2010-02-17
s4/rodc: change the libnet_become_dc code to do RODC join
Anatoliy Atanasov
3
-6
/
+59
2010-02-16
s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flags
Andrew Tridgell
2
-9
/
+9
2010-02-05
s4/drs: propagate DRS_ extension flags in code base
Kamen Mazdrashki
1
-1
/
+1
2010-01-28
s4:kdc move db functions in their own file
Simo Sorce
1
-1
/
+3
2010-01-28
s4:kdc Use better db context structure
Simo Sorce
1
-5
/
+5
2010-01-18
idl: switched to using the WSPP names for the 'neighbour' DRS options
Andrew Tridgell
2
-24
/
+24
2010-01-14
s4-torture: switch to generic DRS options flags
Andrew Tridgell
1
-3
/
+2
2010-01-09
s4-libnet: dsdb_wellknown_dn() in vampire code
Andrew Tridgell
1
-60
/
+17
2010-01-08
s4-libnet: better error messages in libnet_vampire.c
Andrew Tridgell
1
-2
/
+2
2009-12-25
py_net/libnet: Remove C++-style comments, add more error checking, move
Jelmer Vernooij
2
-5
/
+12
2009-12-25
s4-libnet: Python binding for libnet_SetPassword()
Kamen Mazdrashki
1
-6
/
+66
2009-12-25
s4-net: Fix 'talloc_free with references ...' error
Kamen Mazdrashki
1
-4
/
+4
2009-12-11
s4:libnet/libnet_become_dc - Fix a small glitch in "becomeDC_drsuapi1_add_ent...
Matthias Dieter Wallnöfer
1
-4
/
+1
2009-12-10
s4-libnet: use GUID_to_ndr_blob()
Andrew Tridgell
2
-9
/
+7
2009-11-24
s4:libnet_become_dc - fix typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-11-17
s4:dsdb Load objectGUID and extended DN defaultObjectCategory into the schema
Andrew Bartlett
1
-1
/
+1
2009-11-12
s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS import
Andrew Bartlett
1
-25
/
+38
2009-11-12
s4:vampire Print error message when we fail on the CLDAP ping
Andrew Bartlett
1
-2
/
+7
2009-11-06
s4:libnet_passwd - fix pointer type
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-11-06
s4/drs: dsdb_map_int2oid() replaced by dsdb_schema_pfm_oid_from_attid()
Kamen Mazdrashki
1
-1
/
+2
2009-11-06
s4/drs: dsdb_verify_oid_mappings_drsuapi() replaced by dsdb_schema_pfm_contai...
Kamen Mazdrashki
1
-1
/
+1
2009-11-06
s4/drs: dsdb_load_oid_mappings_drsuapi() -> dsdb_load_prefixmap_from_drsuapi()
Kamen Mazdrashki
1
-1
/
+1
2009-10-23
s4-python: we need to include Python.h first
Andrew Tridgell
1
-1
/
+1
2009-10-23
s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()
Andrew Tridgell
4
-4
/
+4
2009-10-19
s4-libnet: fixed privilege handling in samsync to use the right db
Andrew Tridgell
1
-30
/
+29
2009-10-19
Fix typo.
Karolin Seeger
1
-1
/
+1
2009-10-02
s4: fix various warnings (not "const" related ones)
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-10-02
s4-libnet: give sane error messages when functional levels don't match
Andrew Tridgell
1
-8
/
+12
2009-10-02
s4:libnet_become_dc - add checks for valid domain/forest function levels
Matthias Dieter Wallnöfer
1
-10
/
+52
2009-09-28
s4-libnet: fixed debug formatting
Andrew Tridgell
1
-2
/
+2
2009-09-24
s4-libnet: allow the functional level of becomeDC to be specified
Andrew Tridgell
1
-1
/
+2
2009-09-24
s4-libnet: avoid a steal with references error
Andrew Tridgell
1
-1
/
+2
2009-09-21
s4:libnet_become_dc - bump down the level requested by abartlet
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-20
s4:provision Use code to store domain join in 'net join' as well
Andrew Bartlett
2
-284
/
+51
2009-09-19
s4-resolve: fixed a crash bug on timeout
Andrew Tridgell
1
-1
/
+1
2009-09-17
s4:libnet_become_dc - Fix some uninitialised variables
Matthias Dieter Wallnöfer
1
-3
/
+3
2009-09-17
s4/domain behaviour flags: Fix them up in various locations
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-15
s4-repl: don't do double replication
Andrew Tridgell
1
-2
/
+4
2009-09-10
s4/vampire: fixed i/j index mixup in vampire code
Andrew Tridgell
1
-3
/
+3
2009-09-09
s4: allow repl:RODC=true/false to set ourselves as a RODC
Andrew Tridgell
1
-2
/
+6
2009-09-08
s4: fixed updaterefs options bitmap
Andrew Tridgell
1
-1
/
+1
2009-09-07
s4: fixed the secrets.ldb construction in libnet
Andrew Tridgell
1
-8
/
+8
2009-09-03
show more reasonable object counts during a vampire
Andrew Tridgell
1
-4
/
+18
[next]