summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-0512-48/+89
* Fix a typoVolker Lendecke2008-05-051-1/+1
* Remove unused set_current_user_guest()Volker Lendecke2008-05-051-33/+0
* Fix typoVolker Lendecke2008-05-051-1/+1
* Remove "session_key" from "struct user_struct"Volker Lendecke2008-05-054-27/+17
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-057-13/+10
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-056-42/+19
* Remove "nt_user_token" from "struct user_struct"Volker Lendecke2008-05-055-16/+12
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-053-18/+9
* Remove unix_homedir from struct user_structVolker Lendecke2008-05-054-47/+35
* Remove "homedir" from "struct user_struct"Volker Lendecke2008-05-053-9/+12
* pipes_struct->pipe_user_name is unused, remove itVolker Lendecke2008-05-051-1/+0
* Make the namelist arg to set_namearray constVolker Lendecke2008-05-051-2/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-059-35/+122
* Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke2008-05-051-3/+3
* Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke2008-05-051-1/+1
* Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke2008-05-051-1/+1
* Fix allocation of conn->vuid_cache entriesVolker Lendecke2008-05-051-3/+3
* Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke2008-05-051-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-0511-87/+67
* Fix two uninitialized variable warningsVolker Lendecke2008-05-051-3/+4
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-028-149/+16
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-023-7/+7
* Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2008-05-022-25/+27
* Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison2008-05-011-21/+46
* Tidyup to ensure '\n' is treated identically in allJeremy Allison2008-05-011-0/+2
* Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison2008-05-011-0/+2
* ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner2008-04-302-4/+6
* pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner2008-04-302-1/+3
* Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison2008-04-301-1/+1
* Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter2008-04-301-0/+4
* BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter2008-04-301-6/+32
* BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter2008-04-301-7/+9
* re-run make idl.Günther Deschner2008-04-303-20/+250
* build: fix make everything.Günther Deschner2008-04-301-9/+16
* IDL: add nbt_cldap_netlogon_29 which includes the next_closest_site.Günther Deschner2008-04-301-1/+28
* IDL: use nbt_netlogon_command in cldap replies.Günther Deschner2008-04-301-4/+6
* Next round fixing bug 5420, build on IRIXVolker Lendecke2008-04-301-2/+1
* Attempt to fix the build on IRIX: Bug 5420Volker Lendecke2008-04-301-0/+1
* registry: skip writes of existing keys in init_registry_data().Michael Adam2008-04-301-0/+3
* registry: save writes in init_registry_data() if data does already exist.Michael Adam2008-04-301-12/+43
* registry: check for existence of key init_registry_key and possibly save a wr...Michael Adam2008-04-301-0/+4
* registry: add function regdb_key_exists() to check for existence of a key.Michael Adam2008-04-301-0/+17
* registry: use regdb_fetch_key_internal() in regdb_fetch_values().Michael Adam2008-04-301-5/+1
* registry: use regdb_fetch_key_internal() in regdb_fetch_keys().Michael Adam2008-04-301-7/+1
* registry: add a function for fetching a tdb record for a given keystringMichael Adam2008-04-301-0/+12
* registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key...Michael Adam2008-04-301-7/+1
* registry: use normalize_reg_path() in regdb_fetch_keys()Michael Adam2008-04-301-2/+1
* registry: use dbwrap_fetch_bystring() in regdb_fetch_values().Michael Adam2008-04-301-5/+1
* registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().Michael Adam2008-04-301-5/+1