summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use pwb_context in pam_winbind.Günther Deschner2008-04-031-391/+343
* Add _pam_winbind_init/free_context.Günther Deschner2008-04-031-0/+39
* Add pwb_context to pam_winbind.h.Günther Deschner2008-04-031-0/+9
* Make more functions in pam_winbind static.Günther Deschner2008-04-031-30/+30
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-031-10/+20
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-031-33/+40
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-031-12/+15
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-031-1/+1
* registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam2008-04-031-191/+1
* libsmbconf: move initialization of registry value down after error checks.Michael Adam2008-04-031-6/+6
* Fix rpccli_lsa_lookup_sids_noalloc.Günther Deschner2008-04-031-3/+11
* Add NT_STATUS_RPC_CANNOT_SUPPORT.Günther Deschner2008-04-032-0/+2
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-031-0/+70
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-30/+0