summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a memleak in fetch_ldap_pwVolker Lendecke2008-06-071-1/+2
* Fix a crash in add_failed_connection_entryVolker Lendecke2008-06-071-1/+2
* Add prototype for delete_negative_conn_cacheVolker Lendecke2008-06-071-0/+1
* Make the gencache based conncache use talloc_tos()Volker Lendecke2008-06-071-11/+15
* Negative conn cache uses gencacheMarc VanHeyningen2008-06-071-129/+189
* pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.Günther Deschner2008-06-061-1/+16
* netapi: use NetGroupSetInfo() for "net rpc group rename".Günther Deschner2008-06-061-73/+18
* More correct fix (hopefully :-) for any memory leaks.Jeremy Allison2008-06-051-1/+17
* netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner2008-06-051-3/+3
* netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner2008-06-051-0/+4
* libnetjoin: add libnet_join_rollback().Günther Deschner2008-06-051-1/+30
* libnetjoin: First store configuration and then verify the join.Günther Deschner2008-06-051-4/+11
* mailslot: always pull a command 25 type reply.Günther Deschner2008-06-051-0/+1
* net: fix debuglevel handling.Günther Deschner2008-06-052-2/+3
* Samba3-HOWTO: Add improvements/fixes.Karolin Seeger2008-06-051-30/+29
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
* Fix a memleak in ads_find_dc() in case get_sorted_dc_list() failsVolker Lendecke2008-06-051-0/+1
* netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner2008-06-051-0/+4
* libnetjoin: correctly copy returned lsa policy sid.Günther Deschner2008-06-041-2/+4
* netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner2008-06-041-11/+25
* net: fix popt context memleak.Günther Deschner2008-06-041-0/+2
* libnetjoin: only close existing policy handles while unjoining.Günther Deschner2008-06-041-2/+10
* libnetjoin: delete possible "realm" leftover parameter.Günther Deschner2008-06-041-0/+2
* net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner2008-06-041-2/+7
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-042-0/+18
* netapi: remove unrequired headers.Günther Deschner2008-06-041-5/+0
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-06-031-1/+5
* build: fix build warning.Günther Deschner2008-06-031-1/+1
* build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner2008-06-031-0/+1
* winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter2008-06-031-1/+7
* Release scripts: Update create-tarball to include docs and other packaging de...Gerald W. Carter2008-06-031-94/+218
* man pages: Add documentation for new parameter 'ldap connection timeout'.Karolin Seeger2008-06-031-0/+22
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-033-3/+40
* Fix empty input fields in SWAT; [#5515].Andreas Schneider2008-06-031-4/+4
* Fix saving of the config file in SWAT; [#5516].Andreas Schneider2008-06-031-2/+2
* Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison2008-06-021-3/+3
* netapi: fix some build warnings.Günther Deschner2008-06-032-7/+7
* netapi: use libnetapi_samr_lookup_and_open_alias().Günther Deschner2008-06-031-127/+59
* netapi: add libnetapi_samr_lookup_and_open_alias().Günther Deschner2008-06-031-0/+46
* netapi: use libnetapi_samr_open_builtin_domain().Günther Deschner2008-06-031-64/+28
* netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner2008-06-032-0/+46
* netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner2008-06-035-153/+145
* netapi: add public header for NetLocalGroupSetInfo().Günther Deschner2008-06-031-0/+24
* netapi: Implement NetLocalGroupSetInfo().Günther Deschner2008-06-031-4/+195
* netapi: add NetLocalGroupSetInfo() example code.Günther Deschner2008-06-032-1/+135
* netapi: add NetLocalGroupSetInfo() skeleton.Günther Deschner2008-06-033-0/+77
* re-run make idl.Günther Deschner2008-06-033-1/+54
* netapi: add NetLocalGroupSetInfo() to IDL.Günther Deschner2008-06-031-0/+9
* netapi: implement NetLocalGroupGetInfo().Günther Deschner2008-06-031-2/+188
* netapi: add NetLocalGroupGetInfo() example code.Günther Deschner2008-06-032-1/+119