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
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-07
Fix a memleak in secrets_fetch_trust_account_password_legacy
Volker Lendecke
1
-0
/
+1
2008-06-07
Fix a memleak in fetch_ldap_pw
Volker Lendecke
1
-1
/
+2
2008-06-07
Fix a crash in add_failed_connection_entry
Volker Lendecke
1
-1
/
+2
2008-06-07
Add prototype for delete_negative_conn_cache
Volker Lendecke
1
-0
/
+1
2008-06-07
Make the gencache based conncache use talloc_tos()
Volker Lendecke
1
-11
/
+15
2008-06-07
Negative conn cache uses gencache
Marc VanHeyningen
1
-129
/
+189
2008-06-06
pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.
Günther Deschner
1
-1
/
+16
2008-06-06
netapi: use NetGroupSetInfo() for "net rpc group rename".
Günther Deschner
1
-73
/
+18
2008-06-05
More correct fix (hopefully :-) for any memory leaks.
Jeremy Allison
1
-1
/
+17
2008-06-05
netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.
Günther Deschner
1
-3
/
+3
2008-06-05
netdomjoin-gui: fix more gtk runtime warnings.
Günther Deschner
1
-0
/
+4
2008-06-05
libnetjoin: add libnet_join_rollback().
Günther Deschner
1
-1
/
+30
2008-06-05
libnetjoin: First store configuration and then verify the join.
Günther Deschner
1
-4
/
+11
2008-06-05
mailslot: always pull a command 25 type reply.
Günther Deschner
1
-0
/
+1
2008-06-05
net: fix debuglevel handling.
Günther Deschner
2
-2
/
+3
2008-06-05
Fix a memleak caused by a crappy get_sorted_dc_list() API
Volker Lendecke
1
-1
/
+14
2008-06-05
Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails
Volker Lendecke
1
-0
/
+1
2008-06-05
netdomjoin-gui: disable annoying "reboot now" dialog.
Günther Deschner
1
-0
/
+4
2008-06-04
libnetjoin: correctly copy returned lsa policy sid.
Günther Deschner
1
-2
/
+4
2008-06-04
netdomjoin-gui: some minor fixes + hunting down typecast bugs.
Günther Deschner
1
-11
/
+25
2008-06-04
net: fix popt context memleak.
Günther Deschner
1
-0
/
+2
2008-06-04
libnetjoin: only close existing policy handles while unjoining.
Günther Deschner
1
-2
/
+10
2008-06-04
libnetjoin: delete possible "realm" leftover parameter.
Günther Deschner
1
-0
/
+2
2008-06-04
net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".
Günther Deschner
1
-2
/
+7
2008-06-04
util_str: add talloc_asprintf_strlower_m().
Günther Deschner
2
-0
/
+18
2008-06-04
netapi: remove unrequired headers.
Günther Deschner
1
-5
/
+0
2008-06-03
Always set "registry shares = yes" for "include = registry"
Volker Lendecke
1
-1
/
+5
2008-06-03
build: fix build warning.
Günther Deschner
1
-1
/
+1
2008-06-03
build: fix the build (missing protoype for lp_ldap_connection_timeout()).
Günther Deschner
1
-0
/
+1
2008-06-03
winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.
Gerald W. Carter
1
-1
/
+7
2008-06-03
Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...
Björn Jacke
3
-3
/
+40
2008-06-03
Fix empty input fields in SWAT; [#5515].
Andreas Schneider
1
-4
/
+4
2008-06-03
Fix saving of the config file in SWAT; [#5516].
Andreas Schneider
1
-2
/
+2
2008-06-02
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison
1
-3
/
+3
2008-06-03
netapi: fix some build warnings.
Günther Deschner
2
-7
/
+7
2008-06-03
netapi: use libnetapi_samr_lookup_and_open_alias().
Günther Deschner
1
-127
/
+59
2008-06-03
netapi: add libnetapi_samr_lookup_and_open_alias().
Günther Deschner
1
-0
/
+46
2008-06-03
netapi: use libnetapi_samr_open_builtin_domain().
Günther Deschner
1
-64
/
+28
2008-06-03
netapi: add libnetapi_samr_open_builtin_domain().
Günther Deschner
2
-0
/
+46
2008-06-03
netapi: let libnetapi_samr_open_domain return WERROR.
Günther Deschner
5
-153
/
+145
2008-06-03
netapi: add public header for NetLocalGroupSetInfo().
Günther Deschner
1
-0
/
+24
2008-06-03
netapi: Implement NetLocalGroupSetInfo().
Günther Deschner
1
-4
/
+195
2008-06-03
netapi: add NetLocalGroupSetInfo() example code.
Günther Deschner
2
-1
/
+135
2008-06-03
netapi: add NetLocalGroupSetInfo() skeleton.
Günther Deschner
3
-0
/
+77
2008-06-03
re-run make idl.
Günther Deschner
3
-1
/
+54
2008-06-03
netapi: add NetLocalGroupSetInfo() to IDL.
Günther Deschner
1
-0
/
+9
2008-06-03
netapi: implement NetLocalGroupGetInfo().
Günther Deschner
1
-2
/
+188
2008-06-03
netapi: add NetLocalGroupGetInfo() example code.
Günther Deschner
2
-1
/
+119
2008-06-03
netapi: add NetLocalGroupGetInfo() to public headers.
Günther Deschner
1
-0
/
+19
2008-06-03
netapi: add NetLocalGroupGetInfo() skeleton.
Günther Deschner
3
-1
/
+73
[next]