summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2008-04-082-0/+33
* Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy2008-04-081-5/+31
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-073-101/+142
* Restructure inner workings of libnetapi a bit.Günther Deschner2008-04-088-680/+663
* Add libnetapi generated files.Günther Deschner2008-04-083-0/+570
* Build libnetapi.idl.Günther Deschner2008-04-081-1/+2
* Add libnetapi.idl.Günther Deschner2008-04-081-0/+71
* Remove unused variable.James Peach2008-04-071-1/+0
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-073-23/+45
* Use bool for BOOL and true/false for True/False. We need lowercaseJames Peach2008-04-071-63/+76
* dbwrap: fix more "tdb_chainunlock failed" messagesMichael Adam2008-04-071-1/+3
* winbindd: fix break out early condition in fill_grent_mem().Michael Adam2008-04-071-1/+1
* Only cache password policy results that worked, otherwise weBo Yang2008-04-071-1/+3
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-072-1/+10
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-073-14/+36
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-074-33/+41
* selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher2008-04-071-1/+1
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-079-133/+242
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-077-26/+110
* Fix an uninitialized variableVolker Lendecke2008-04-071-1/+1
* increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke2008-04-071-1/+4
* Fix bug 5375Volker Lendecke2008-04-071-3/+4
* Fix a misleading debug messageVolker Lendecke2008-04-071-2/+3
* net_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGro...Stefan Metzmacher2008-04-061-51/+47
* net_rpc: let get_user_tokens() use wbcListUsers()Stefan Metzmacher2008-04-061-38/+22
* wbinfo: make use of wbcGetGroups()Stefan Metzmacher2008-04-061-16/+12
* libwbclient: add wbcGetGroups()Stefan Metzmacher2008-04-062-0/+64
* Fix a C++ warningVolker Lendecke2008-04-061-1/+1
* Remove external refs to winbindd_fdVolker Lendecke2008-04-062-4/+0
* wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2008-04-062-2/+2
* Re-run "make idl"Volker Lendecke2008-04-0611-11/+11
* When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causesJeremy Allison2008-04-041-3/+9
* Fix _samr_GetUserPwInfo() (to return more then just zeros).Günther Deschner2008-04-041-8/+45
* Fix _samr_GetDomPwInfo (to return more then zeros).Günther Deschner2008-04-041-2/+16
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-042-12/+45
* net_rpc_registry: return available error code on failure in deletevalue.Michael Adam2008-04-041-1/+1
* net_rpc_registry: consistently return error upon wrong use.Michael Adam2008-04-041-5/+5
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-044-6/+11
* net_rpc_registry: use split_hive_key to normalize hive befor open.Michael Adam2008-04-041-28/+39
* net_rpc_registry: use utility function print_registry_value().Michael Adam2008-04-041-30/+1
* net_rpc_registy: use function print_registry_keyMichael Adam2008-04-041-5/+2
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-044-87/+151
* mapping_tdb: fix enumeration of mappings.Michael Adam2008-04-041-1/+1
* Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs...Michael Adam2008-04-041-2/+3
* mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam2008-04-041-1/+1
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-044-43/+20
* Always uppercase cli->srv_name_slash.Günther Deschner2008-04-041-0/+1
* Remove some dead code in rpcclient.Günther Deschner2008-04-041-23/+0
* Move rpccli_try_samr_connects out of rpcclient.Günther Deschner2008-04-042-75/+122
* Fix pam_winbind macros.Günther Deschner2008-04-032-14/+14