summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke6-42/+19
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke5-16/+12
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke3-18/+9
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke4-47/+35
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke3-9/+12
2008-05-05pipes_struct->pipe_user_name is unused, remove itVolker Lendecke1-1/+0
2008-05-05Make the namelist arg to set_namearray constVolker Lendecke1-2/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner9-35/+122
2008-05-05Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke1-3/+3
2008-05-05Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke1-1/+1
2008-05-05Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke1-1/+1
2008-05-05Fix allocation of conn->vuid_cache entriesVolker Lendecke1-3/+3
2008-05-05Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke1-1/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke11-87/+67
2008-05-05Fix two uninitialized variable warningsVolker Lendecke1-3/+4
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison8-149/+16
2008-05-02Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison3-7/+7
2008-05-02Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2-25/+27
2008-05-01Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison1-21/+46
2008-05-01Tidyup to ensure '\n' is treated identically in allJeremy Allison1-0/+2
2008-05-01Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison1-0/+2
2008-04-30ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner2-4/+6
2008-04-30pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner2-1/+3
2008-04-30Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison1-1/+1
2008-04-30Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter1-0/+4
2008-04-30BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter1-6/+32
2008-04-30BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter1-7/+9
2008-04-30re-run make idl.Günther Deschner3-20/+250
2008-04-30build: fix make everything.Günther Deschner1-9/+16
2008-04-30IDL: add nbt_cldap_netlogon_29 which includes the next_closest_site.Günther Deschner1-1/+28
2008-04-30IDL: use nbt_netlogon_command in cldap replies.Günther Deschner1-4/+6
2008-04-30Next round fixing bug 5420, build on IRIXVolker Lendecke1-2/+1
2008-04-30Attempt to fix the build on IRIX: Bug 5420Volker Lendecke1-0/+1
2008-04-30registry: skip writes of existing keys in init_registry_data().Michael Adam1-0/+3
2008-04-30registry: save writes in init_registry_data() if data does already exist.Michael Adam1-12/+43
2008-04-30registry: check for existence of key init_registry_key and possibly save a wr...Michael Adam1-0/+4
2008-04-30registry: add function regdb_key_exists() to check for existence of a key.Michael Adam1-0/+17
2008-04-30registry: use regdb_fetch_key_internal() in regdb_fetch_values().Michael Adam1-5/+1
2008-04-30registry: use regdb_fetch_key_internal() in regdb_fetch_keys().Michael Adam1-7/+1
2008-04-30registry: add a function for fetching a tdb record for a given keystringMichael Adam1-0/+12
2008-04-30registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_key...Michael Adam1-7/+1
2008-04-30registry: use normalize_reg_path() in regdb_fetch_keys()Michael Adam1-2/+1
2008-04-30registry: use dbwrap_fetch_bystring() in regdb_fetch_values().Michael Adam1-5/+1
2008-04-30registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().Michael Adam1-5/+1
2008-04-30build: fix some build dependencies.Günther Deschner1-3/+6
2008-04-30Re-run make idl.Günther Deschner4-115/+197
2008-04-30IDL: use nbt_dc_sock_addr.Günther Deschner1-10/+10
2008-04-30IDL: move some netlogon DS flags to NBT where they actually showup first.Günther Deschner2-12/+15
2008-04-30IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.Günther Deschner1-2/+2
2008-04-30IDL: add nbt_netlogon_version.Günther Deschner1-11/+24