summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-12/+21
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-195-13/+44
* Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam2007-12-191-19/+29
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-194-67/+152
* Remove the "is_directory" parameter from canonicalise_acl():Michael Adam2007-12-191-7/+9
* Change canonicalise_acl() to not take an fsp.Michael Adam2007-12-191-8/+15
* Change ensure_canon_entry_valid() to not take and fsp.Michael Adam2007-12-191-10/+11
* Change apply_default_perms() to not take an fsp.Michael Adam2007-12-191-14/+15
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-1912-66/+67
* Fix a "no prototype" warningVolker Lendecke2007-12-191-0/+1
* Fix debug messagesVolker Lendecke2007-12-191-8/+9
* Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-71...Volker Lendecke2007-12-191-10/+8
* packet_struct is used in several places as raw memoryVolker Lendecke2007-12-191-0/+2
* Some paranoia checksVolker Lendecke2007-12-191-0/+8
* Zero the tdb key, there might be paddingVolker Lendecke2007-12-191-0/+2
* Today is not my day...Volker Lendecke2007-12-191-1/+1
* Rename cache.[ch] to memcache.[ch]Volker Lendecke2007-12-193-4/+4
* Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner2007-12-192-0/+2
* Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner2007-12-191-44/+123
* Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner2007-12-191-0/+37
* Two more static fstrings gone.Jeremy Allison2007-12-181-12/+43
* Remove last_message completely as it's no longer used.Jeremy Allison2007-12-182-9/+0
* Remove another static fstring.Jeremy Allison2007-12-181-3/+8
* We've finished with the old node once we've copied theJeremy Allison2007-12-181-4/+4
* Fix valgrind error in dbwrap_rbt where rec_priv->node wasJeremy Allison2007-12-181-1/+10
* Fix an error when accessing unallocated sid in error path.Michael Adam2007-12-181-3/+3
* Add forgotten cache.hVolker Lendecke2007-12-181-0/+51
* Add a in-memory cacheVolker Lendecke2007-12-1810-204/+505
* Fix a debug message: add missing space.Michael Adam2007-12-181-2/+2
* Add smbclient support for basic mDNS browsing.Rishi Srivatsavai2007-12-174-2/+250
* More static pstring elimination.Jeremy Allison2007-12-171-26/+86
* More static fstring elimination.Jeremy Allison2007-12-172-37/+39
* Remove more static fstrings (yes this little cache should beJeremy Allison2007-12-171-19/+49
* Correctly define prototypes for accessor functions.Jeremy Allison2007-12-171-3/+3
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-172-4/+9
|\
| * Fix logic error in cm_connect_sam().Michael Adam2007-12-181-1/+0
| * Prevent another segfault.Michael Adam2007-12-181-1/+3
| * Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter2007-12-171-2/+6
* | More static fstring removal.Jeremy Allison2007-12-171-33/+116
* | Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison2007-12-173-31/+26
|/
* Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam2007-12-171-1/+0
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2007-12-173-7/+12
|\
| * Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison2007-12-173-7/+12
* | While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce2007-12-171-1/+4
|/
* Merge in J.Layton patch and resolve conflict.Simo Sorce2007-12-171-26/+64
* Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam2007-12-171-1/+1
* Reformat: Remove trailing spaces.Michael Adam2007-12-171-47/+47
* Make usage message for net sam rights list a little more precise.Michael Adam2007-12-171-1/+1
* Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2007-12-172-22/+60
* Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam2007-12-171-1/+2