summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-08Use size_t for strlen return, not int. Karolin pleaseJeremy Allison1-1/+1
2008-04-08Use popt in libetapi example code.Günther Deschner6-114/+187
2008-04-08Prefill in username in libnetapi ctx.Günther Deschner1-1/+9
2008-04-08Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.Günther Deschner2-0/+6
2008-04-08Destroy DMAPI session when main smbd daemon exits.Alexander Bokovoy2-0/+33
2008-04-08Allow broader range of HSM systems in vfs_tsmsmAlexander Bokovoy1-5/+31
2008-04-07Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison3-101/+142
2008-04-08Restructure inner workings of libnetapi a bit.Günther Deschner8-680/+663
2008-04-08Add libnetapi generated files.Günther Deschner3-0/+570
2008-04-08Build libnetapi.idl.Günther Deschner1-1/+2
2008-04-08Add libnetapi.idl.Günther Deschner1-0/+71
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