summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * | libwbclient: libwbclient.so doesn't need socket nor nss wrapper any moreStefan Metzmacher2008-01-151-4/+4
| * | nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher2008-01-151-0/+8
| * | No need to re-establish AD connection all the time.Günther Deschner2008-01-151-8/+0
| * | Use dsgetdcname() to find a dc when unjoining in libnetjoin.Günther Deschner2008-01-151-0/+23
| * | Re-arrange pre- and postprocessing code in libnetjoin.Günther Deschner2008-01-151-19/+84
| * | Fix some warnings -- Jeremy, please checkVolker Lendecke2008-01-152-7/+7
| * | Implement vfs_ea_tdbVolker Lendecke2008-01-159-3/+905
| * | libwbclient: add wbclient.pc.inStefan Metzmacher2008-01-152-1/+17
| * | libwbclient: install wbclient.h into the same path as smbclient.hStefan Metzmacher2008-01-151-2/+3
| * | libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
| * | Add True/False bool cleanup script.Günther Deschner2008-01-151-0/+19
| * | Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6
| * | Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy2008-01-141-1/+1
| * | Add detection for need of update to the registry db.Michael Adam2008-01-147-6/+72
| * | Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
| * | Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
| * | Re-run make idl to update lsa idl.Günther Deschner2008-01-145-26/+62
| * | Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner2008-01-141-5/+5
| * | Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
| * | Fix prototypes for lsa set info policy calls.Günther Deschner2008-01-141-2/+8
| * | Remove old lsa set info policy call.Günther Deschner2008-01-143-109/+0
| * | Re-run make idl for new lsa calls.Günther Deschner2008-01-143-2/+102
| * | Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
| * | Remove more redundant lsa parsing functions.Günther Deschner2008-01-142-372/+0
| * | Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
| * | Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
| * | Remove some more hand written LSA rpc.Günther Deschner2008-01-142-111/+6
| * | Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-143-307/+0
| * | Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
| * | Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam2008-01-141-4/+7
| * | Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner2008-01-141-2/+1
| * | "make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner2008-01-141-1/+2
| * | samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
| * | merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
| * | Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| * | Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
| * | Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
| * | Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
| * | Make use of the new libnet_conf_delete_global_parameter() function.Michael Adam2008-01-131-1/+1
| * | Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+21
| * | Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+25
| * | Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam2008-01-131-30/+23
| * | Add a comment header to libnet_conf_set_global_parameter().Michael Adam2008-01-131-0/+6
| * | Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam2008-01-131-1/+12
| * | Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam2008-01-131-4/+2
| * | Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
| * | Fix Compiler warnings by including the proper header.Michael Adam2008-01-131-2/+1
| * | Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-136-128/+328
| * | idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij2008-01-1317-58/+97
| * | Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0