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
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
2009-09-02
wrap the entire vampire operation in a transaction
Andrew Tridgell
1
-13
/
+24
2009-07-31
s4:libnet: use talloc_strdup() instead of talloc_reference()
Stefan Metzmacher
2
-2
/
+2
2009-07-28
Fix compile of py_net.c
Andrew Bartlett
1
-1
/
+3
2009-07-28
s4:libnet Add in a 'credentials' parameter for python libnet_Join
Andrew Bartlett
1
-7
/
+20
2009-07-28
s4:kerberos Add 'net export keytab' command for wireshark decryption
Andrew Bartlett
4
-2
/
+84
2009-07-27
Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"
Stefan Metzmacher
4
-85
/
+2
2009-07-27
s4:kerberos Add 'net export keytab' command for wireshark decryption
Andrew Bartlett
4
-2
/
+85
2009-07-19
Add missing includes.
Jelmer Vernooij
1
-0
/
+1
2009-07-15
s4:libnet: rename uint => uint32_t because uint is not portable
Stefan Metzmacher
4
-6
/
+6
2009-07-13
libds: share UF_ flags between samba3 and 4.
Günther Deschner
2
-2
/
+2
2009-07-02
the settings structure needs to be initialised
Andrew Tridgell
1
-0
/
+1
2009-07-01
use a talloc_reparent in a very ugly way
Andrew Tridgell
1
-2
/
+11
2009-07-01
use the new talloc_reparent in two places
Andrew Tridgell
1
-1
/
+1
2009-06-18
s4:libnet Allow 'net password change' to work on expired passwords
Andrew Bartlett
8
-7
/
+35
2009-05-25
fixed the client side password change code
Andrew Tridgell
1
-61
/
+25
2009-05-14
s4:libnet Use str_list_make_single() in resolv code
Andrew Bartlett
1
-1
/
+1
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
6
-15
/
+9
2009-04-14
Use common samsync delta decryption functions in libnet_samsync.c
Andrew Bartlett
1
-134
/
+2
2009-04-02
major upgrade to the ldb attribute handling
Andrew Tridgell
1
-1
/
+1
2009-03-19
s4:cldap: rewrite the cldap library based on tsocket
Stefan Metzmacher
3
-24
/
+34
2009-03-01
s4: Use same function signature for convert_* as s3.
Jelmer Vernooij
1
-2
/
+2
2009-03-01
Add allow_badcharcnv argument to all conversion function, for
Jelmer Vernooij
1
-1
/
+1
2009-02-02
s4:libnet: s/new/n
Stefan Metzmacher
1
-9
/
+9
[next]