summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix flags in all callers of lookup_name() in net_sam.c.Michael Adam2007-12-171-16/+16
* Fix flags in call of lookup_name() in srv_samr_nt.c: can_create().Michael Adam2007-12-171-2/+2
* Fix flags in call of lookup_name() in pdb_default_create_alias().Michael Adam2007-12-171-1/+1
* Add combined flag LOOKUP_NAME_LOCAL.Michael Adam2007-12-171-0/+4
* Remove t_doschar.cVolker Lendecke2007-12-172-46/+0
* Remove another static string and static passwd.Jeremy Allison2007-12-161-19/+22
* Remove a static fstring.Jeremy Allison2007-12-161-20/+30
* get rid of doschar_table[]Volker Lendecke2007-12-161-54/+4
* Tiny fixes to init_valid_table()Volker Lendecke2007-12-161-2/+2
* Make init_doschar_table() staticVolker Lendecke2007-12-162-2/+3
* Make check_dos_char staticVolker Lendecke2007-12-161-1/+1
* make use of unmarshall_sec_descVolker Lendecke2007-12-161-19/+12
* make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdescVolker Lendecke2007-12-161-87/+46
* Cut down memory usage of registry initializationVolker Lendecke2007-12-162-28/+39
* Remove a static fstringVolker Lendecke2007-12-161-12/+20
* Make smb_np_struct talloc'edVolker Lendecke2007-12-162-9/+12
* Remove unused codeVolker Lendecke2007-12-161-14/+0
* Doh, fix typo in error exit.Jeremy Allison2007-12-151-2/+2
* Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison2007-12-153-8/+118
* Cope with valgrind > 3.2.x.Jeremy Allison2007-12-151-0/+4
* More work on bug #5082, use LC_ALL as this takesJeremy Allison2007-12-151-2/+2
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-1538-126/+135