index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libnet
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dssync: record the bind info in the new remote_info28 in libnet_dssync_bind().
Michael Adam
2008-08-01
1
-0
/
+29
*
dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context struct
Michael Adam
2008-08-01
1
-0
/
+1
*
dssync keytab: wrap printing of the uptodate vector in DEBUGLEVEL >= 10 checks
Michael Adam
2008-08-01
1
-2
/
+7
*
dssync keytab: add support for keeping track of the up-to-date-ness vector.
Michael Adam
2008-08-01
3
-8
/
+67
*
libnet_keytab: add a libnet_keytab_search() function
Michael Adam
2008-08-01
2
-0
/
+81
*
dssync keytab: use add_to_keytab_entries() for pwd history in parse_object().
Michael Adam
2008-08-01
1
-13
/
+5
*
dssync keytab: add prefix parameter to add_to_keytab_entries() for flexibility.
Michael Adam
2008-08-01
1
-2
/
+5
*
dssync keytab: add check for success of ADD_TO_ARRAY().
Michael Adam
2008-08-01
1
-0
/
+1
*
dssync keytab: refactor adding entry to keytab_context out into new function
Michael Adam
2008-08-01
1
-10
/
+28
*
dssync: replace the processing_fn by startup/process/finish ops.
Michael Adam
2008-08-01
3
-69
/
+103
*
rpc_client: use init_samr_CryptPassword(Ex) in client tools.
Günther Deschner
2008-07-31
1
-24
/
+13
*
Enabled domain groups to be added to builtin groups at domain join time
Tim Prouty
2008-07-30
1
-0
/
+33
*
build: fix some no previous prototype warnings.
Günther Deschner
2008-07-30
1
-1
/
+1
*
Change occurrences of the u1 member of DsBindInfo* to pid after idl change.
Michael Adam
2008-07-22
1
-1
/
+1
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
2008-07-20
1
-6
/
+4
*
Refactoring: Make get_schannel_session_key return NTSTATUS
Volker Lendecke
2008-07-20
1
-4
/
+3
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-6
/
+9
*
libnetjoin: make libnet_join_rollback() static.
Günther Deschner
2008-07-18
1
-2
/
+2
*
Use LDAP macros instead of attribute names.
Karolin Seeger
2008-07-18
1
-24
/
+24
*
dssync: fix missing prototype warning by including the proper header.
Michael Adam
2008-07-18
1
-1
/
+1
*
libnet_dssync: use ctr[1|6]->more_data
Stefan Metzmacher
2008-07-16
1
-2
/
+2
*
libnetjoin: fix Bug #5570.
Günther Deschner
2008-07-03
1
-1
/
+1
*
net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.
Günther Deschner
2008-07-01
2
-0
/
+246
*
net_vampire: keep keytab context and flush keytab only after the last query.
Günther Deschner
2008-07-01
1
-14
/
+19
*
kerberos: allow to keep entries with old kvno's while creating keytab.
Günther Deschner
2008-06-30
1
-0
/
+1
*
kerberos: rename smb_krb5_kt_add_entry to smb_krb5_kt_add_entry_ext.
Günther Deschner
2008-06-30
1
-7
/
+7
*
Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.
Jeremy Allison
2008-06-26
1
-1
/
+1
*
libnet_dssync: add last_query flag to processing routine.
Günther Deschner
2008-06-27
2
-4
/
+17
*
libnet_dssync: add output filename and dns_domain_name to dssync struct.
Günther Deschner
2008-06-27
2
-0
/
+8
*
net_vampire: use bool for last_query information in samsync.
Günther Deschner
2008-06-27
6
-19
/
+26
*
net_vampire: separate keytab code from samsync code.
Günther Deschner
2008-06-27
5
-154
/
+211
*
libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback.
Günther Deschner
2008-06-26
2
-0
/
+3
*
libnet_dssync: always decrypt attributes before passing them to the processin...
Günther Deschner
2008-06-26
1
-0
/
+127
*
net_vampire: add some error output to libnet_dssync.
Günther Deschner
2008-06-26
1
-1
/
+16
*
rpc_client: let cli_get_session_key() return talloced session key.
Günther Deschner
2008-06-25
1
-1
/
+1
*
net_vampire: add basic libnet_dssync() infrastructure.
Günther Deschner
2008-06-24
4
-0
/
+399
*
net_vampire: add code to vampire a SAM database to a keytab file.
Günther Deschner
2008-06-24
3
-1
/
+329
*
net_vampire: add username/password to samsync_context.
Günther Deschner
2008-06-24
1
-0
/
+3
*
libads: use ads_connect_user_creds in some places.
Günther Deschner
2008-06-24
1
-1
/
+1
*
net_vampire: more libnet_samsync restructuring.
Günther Deschner
2008-06-23
3
-27
/
+19
*
net_vampire: prepend libnet_ to the public samsync functions.
Günther Deschner
2008-06-23
2
-31
/
+26
*
net_vampire: move out display routines to one file.
Günther Deschner
2008-06-23
2
-0
/
+307
*
net_vampire: move out passdb routines to one file.
Günther Deschner
2008-06-23
2
-0
/
+794
*
net_vampire: fix included header.
Günther Deschner
2008-06-23
1
-1
/
+1
*
net_vampire: move pull_netr_AcctLockStr() to libnet.
Günther Deschner
2008-06-23
2
-0
/
+41
*
net_vampire: add error and result_message to samsync_context.
Günther Deschner
2008-06-17
3
-23
/
+54
*
net_vampire: add domain_name to samsync_context.
Günther Deschner
2008-06-17
3
-0
/
+6
*
net_vampire: fix samsync_process_database().
Günther Deschner
2008-06-17
1
-1
/
+1
*
net_vampire: fix build warning.
Günther Deschner
2008-06-17
1
-1
/
+0
*
net_vampire: use generic output filename and use correct argv element.
Günther Deschner
2008-06-17
2
-2
/
+2
[prev]
[next]