summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Use netr_LogonControlCode in netr_LogonControl2().Günther Deschner2008-03-271-1/+1
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-03-271-7/+2
* Fix typo.Günther Deschner2008-03-271-2/+0
* net_conf: fix non-testmode import function.Michael Adam2008-03-271-1/+11
* libsmbconf: text - pass the cache instead of all private data to pm_process.Michael Adam2008-03-271-40/+40
* libsmbconf: text - change the cache to be tallocedMichael Adam2008-03-271-31/+47
* libsmbconf: in text backend, put flushing of the cache into a helper function.Michael Adam2008-03-271-6/+12
* Fix a bug in the output from print_canonical_sockaddr() fix from 36f8bafbd3de...Gerald W. Carter2008-03-261-2/+8
* Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.Günther Deschner2008-03-261-1/+5
* Re-run make idl.Günther Deschner2008-03-262-14/+35
* Fix IDL for netr_NETLOGON_INFO_2.Günther Deschner2008-03-261-1/+1
* Fix _netr_LogonControl2(). Return talloced dcname.Günther Deschner2008-03-261-4/+10
* Add ntsvcs_getdevregprop command to rpcclient.Günther Deschner2008-03-261-0/+40
* net_conf: reformat - re-indent one function call.Michael Adam2008-03-261-2/+5
* net_conf: add casts to avoid compiler warnings.Michael Adam2008-03-261-6/+6
* net_conf: rename "ctx" to "mem_ctx" for clarity.Michael Adam2008-03-261-22/+22
* net_conf: use talloc_stackframe() instead of talloc_init().Michael Adam2008-03-261-5/+5
* net_conf: fix import function by using the new text backend of smbconf.Michael Adam2008-03-261-195/+59
* libsmbconf: add a text backend to libsmbconf based on the params.c parser.Michael Adam2008-03-263-1/+526
* loadparm: add userdata parameter to do_section() and do_parameter().Michael Adam2008-03-262-21/+25
* Strip whitespace in ntsvcs rpc server.Günther Deschner2008-03-261-13/+13
* Re-run make idl.Günther Deschner2008-03-265-0/+201
* Fill in IDL for PNP_GetDeviceRegProp.Günther Deschner2008-03-262-4/+11
* Comment out some svcctl headers which are now defined in IDL.Günther Deschner2008-03-261-3/+7
* Re-run make idl.Günther Deschner2008-03-263-6/+84
* Add svcctl_MgrAccessMask and svcctl_ServiceAccessMask.Günther Deschner2008-03-261-2/+23
* smbconf: reformat - fix intentation.Michael Adam2008-03-261-4/+4
* util_tdb: remove trivial and unused tdb_wipe().Michael Adam2008-03-263-20/+1
* use tdb_wipe_all() instead of tdb_wipe() - it is faster...Michael Adam2008-03-263-3/+3
* util_tdb: make the _byblob fetch/store functions public again.Michael Adam2008-03-262-4/+8
* Fix wbcAuthenticateUserEx().Günther Deschner2008-03-261-1/+1
* Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.Günther Deschner2008-03-261-0/+5
* Fix a valgrind errorVolker Lendecke2008-03-251-1/+1
* Fix a segfaultVolker Lendecke2008-03-251-1/+1
* Fix typoVolker Lendecke2008-03-251-1/+1
* Re-run make idl (after pidl change for adding header info to cli_ functions).Günther Deschner2008-03-2528-2964/+2964
* util_tdb: add my (C) for the tdb validation codeMichael Adam2008-03-251-0/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-256-8/+13
* util_tdb: add the tdb_pack_append() prototype to util_tdb.hMichael Adam2008-03-251-0/+2
* util_tdb: make the _byblob functions static - not currently used elsewhere.Michael Adam2008-03-251-5/+5
* util_tdb: group prototypes in util_tdb.h thematicallyMichael Adam2008-03-251-13/+20
* build: don't autogenerate prototypes for util_tdb and dbwrap anymore.Michael Adam2008-03-253-2/+41
* Fix usage message for 'net idmap dump'.Karolin Seeger2008-03-251-1/+1
* Fix _winreg_QueryValue().Günther Deschner2008-03-251-7/+7
* Re-run make idl.Günther Deschner2008-03-254-6/+19
* Fix IDL for winreg_QueryValue.Günther Deschner2008-03-251-1/+1
* Ignore port when pulling IP addr from struct sockaddr_storage.Gerald (Jerry) Carter2008-03-241-34/+10
* Fix libtdb some to move back towards allowing out of tree buildsGerald (Jerry) Carter2008-03-243-3/+3
* Missing HAVE_UPDWTMPX check before using updwtmpx().Eric Cronin2008-03-241-0/+4
* Fix Coverity ID 514Volker Lendecke2008-03-231-0/+2