summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Rename cache.[ch] to memcache.[ch]Volker Lendecke3-4/+4
2007-12-19Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner2-0/+2
2007-12-19Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner1-44/+123
2007-12-19Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner1-0/+37
2007-12-18Two more static fstrings gone.Jeremy Allison1-12/+43
2007-12-18Remove last_message completely as it's no longer used.Jeremy Allison2-9/+0
2007-12-18Remove another static fstring.Jeremy Allison1-3/+8
2007-12-18We've finished with the old node once we've copied theJeremy Allison1-4/+4
2007-12-18Fix valgrind error in dbwrap_rbt where rec_priv->node wasJeremy Allison1-1/+10
2007-12-18Fix an error when accessing unallocated sid in error path.Michael Adam1-3/+3
2007-12-18Add forgotten cache.hVolker Lendecke1-0/+51
2007-12-18Add a in-memory cacheVolker Lendecke10-204/+505
2007-12-18Fix a debug message: add missing space.Michael Adam1-2/+2
2007-12-17Add smbclient support for basic mDNS browsing.Rishi Srivatsavai4-2/+250
2007-12-17More static pstring elimination.Jeremy Allison1-26/+86
2007-12-17More static fstring elimination.Jeremy Allison2-37/+39
2007-12-17Remove more static fstrings (yes this little cache should beJeremy Allison1-19/+49
2007-12-17Correctly define prototypes for accessor functions.Jeremy Allison1-3/+3
2007-12-17Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-4/+9
2007-12-17More static fstring removal.Jeremy Allison1-33/+116
2007-12-18Fix logic error in cm_connect_sam().Michael Adam1-1/+0
2007-12-18Prevent another segfault.Michael Adam1-1/+3
2007-12-17Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison3-31/+26
2007-12-17Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter1-2/+6
2007-12-17Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam1-1/+0
2007-12-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce3-7/+12
2007-12-17While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce1-1/+4
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison3-7/+12
2007-12-17Merge in J.Layton patch and resolve conflict.Simo Sorce1-26/+64
2007-12-17Remove direct caller of secrets_fetch_trusted_domain_password().Michael Adam1-1/+1
2007-12-17Reformat: Remove trailing spaces.Michael Adam1-47/+47
2007-12-17Make usage message for net sam rights list a little more precise.Michael Adam1-1/+1
2007-12-17Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.Michael Adam2-22/+60
2007-12-17Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam1-1/+2
2007-12-17Fix flags in all callers of lookup_name() in net_sam.c.Michael Adam1-16/+16
2007-12-17Fix flags in call of lookup_name() in srv_samr_nt.c: can_create().Michael Adam1-2/+2
2007-12-17Fix flags in call of lookup_name() in pdb_default_create_alias().Michael Adam1-1/+1
2007-12-17Add combined flag LOOKUP_NAME_LOCAL.Michael Adam1-0/+4
2007-12-17Remove t_doschar.cVolker Lendecke2-46/+0
2007-12-16Remove another static string and static passwd.Jeremy Allison1-19/+22
2007-12-16Remove a static fstring.Jeremy Allison1-20/+30
2007-12-16get rid of doschar_table[]Volker Lendecke1-54/+4
2007-12-16Tiny fixes to init_valid_table()Volker Lendecke1-2/+2
2007-12-16Make init_doschar_table() staticVolker Lendecke2-2/+3
2007-12-16Make check_dos_char staticVolker Lendecke1-1/+1
2007-12-16make use of unmarshall_sec_descVolker Lendecke1-19/+12
2007-12-16make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke1-87/+46
2007-12-16Cut down memory usage of registry initializationVolker Lendecke2-28/+39
2007-12-16Remove a static fstringVolker Lendecke1-12/+20
2007-12-16Make smb_np_struct talloc'edVolker Lendecke2-9/+12