summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Remove unused variable.James Peach1-1/+0
2008-04-07Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker3-23/+45
2008-04-07Use bool for BOOL and true/false for True/False. We need lowercaseJames Peach1-63/+76
2008-04-07dbwrap: fix more "tdb_chainunlock failed" messagesMichael Adam1-1/+3
2008-04-07winbindd: fix break out early condition in fill_grent_mem().Michael Adam1-1/+1
2008-04-07Only cache password policy results that worked, otherwise weBo Yang1-1/+3
2008-04-07smbd: make it possible to change the write time delay for testingStefan Metzmacher2-1/+10
2008-04-07smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher3-14/+36
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher4-33/+41
2008-04-07selftest: samba3 passes BASE-DELAYWRITEStefan Metzmacher1-1/+1
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher9-133/+242
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher7-26/+110
2008-04-07Fix an uninitialized variableVolker Lendecke1-1/+1
2008-04-07increase log level for this failed setsockopt call. EINVAL is a normal error ...Björn Jacke1-1/+4
2008-04-07Fix bug 5375Volker Lendecke1-3/+4
2008-04-07Fix a misleading debug messageVolker Lendecke1-2/+3
2008-04-06net_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGro...Stefan Metzmacher1-51/+47
2008-04-06net_rpc: let get_user_tokens() use wbcListUsers()Stefan Metzmacher1-38/+22
2008-04-06wbinfo: make use of wbcGetGroups()Stefan Metzmacher1-16/+12
2008-04-06libwbclient: add wbcGetGroups()Stefan Metzmacher2-0/+64
2008-04-06Fix a C++ warningVolker Lendecke1-1/+1
2008-04-06Remove external refs to winbindd_fdVolker Lendecke2-4/+0
2008-04-06wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2-2/+2
2008-04-06Re-run "make idl"Volker Lendecke11-11/+11
2008-04-04When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causesJeremy Allison1-3/+9
2008-04-04Fix _samr_GetUserPwInfo() (to return more then just zeros).Günther Deschner1-8/+45
2008-04-04Fix _samr_GetDomPwInfo (to return more then zeros).Günther Deschner1-2/+16
2008-04-04Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2-12/+45
2008-04-04net_rpc_registry: return available error code on failure in deletevalue.Michael Adam1-1/+1
2008-04-04net_rpc_registry: consistently return error upon wrong use.Michael Adam1-5/+5
2008-04-04net: change split_hive_key() to properly allocate subkeynameMichael Adam4-6/+11
2008-04-04net_rpc_registry: use split_hive_key to normalize hive befor open.Michael Adam1-28/+39
2008-04-04net_rpc_registry: use utility function print_registry_value().Michael Adam1-30/+1
2008-04-04net_rpc_registy: use function print_registry_keyMichael Adam1-5/+2
2008-04-04net_registry: split utility function of common interest out into util module.Michael Adam4-87/+151
2008-04-04mapping_tdb: fix enumeration of mappings.Michael Adam1-1/+1
2008-04-04Makefile: reassign reg_init_basic.o to REG_BASE_OBJ, where it belongs...Michael Adam1-2/+3
2008-04-04mapping.tdb: fix creation of entries with GROUP_PREFIXMichael Adam1-1/+1
2008-04-04Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner4-43/+20
2008-04-04Always uppercase cli->srv_name_slash.Günther Deschner1-0/+1
2008-04-04Remove some dead code in rpcclient.Günther Deschner1-23/+0
2008-04-04Move rpccli_try_samr_connects out of rpcclient.Günther Deschner2-75/+122
2008-04-03Fix pam_winbind macros.Günther Deschner2-14/+14
2008-04-03Use pwb_context in pam_winbind.Günther Deschner1-391/+343
2008-04-03Add _pam_winbind_init/free_context.Günther Deschner1-0/+39
2008-04-03Add pwb_context to pam_winbind.h.Günther Deschner1-0/+9
2008-04-03Make more functions in pam_winbind static.Günther Deschner1-30/+30
2008-04-03wbinfo: use wbcLookupNames()Stefan Metzmacher1-10/+20
2008-04-03wbinfo: use wbcLookupRids()Stefan Metzmacher1-33/+40
2008-04-03wbinfo: use wbcLookupSid()Stefan Metzmacher1-12/+15