summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Use dom_sid_string for sid_string_tallocVolker Lendecke2007-12-152-29/+17
* sid_string_static is no more :-)Volker Lendecke2007-12-151-11/+8
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-1513-37/+71
* Use sid_to_string directlyVolker Lendecke2007-12-155-12/+9
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-1512-41/+44
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-154-34/+41
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-1554-349/+330
* Add sid_string_dbgVolker Lendecke2007-12-151-0/+5
* Add debug_ctx according to an idea by TridgeVolker Lendecke2007-12-151-0/+14
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-153-19/+22
* add sid_string_tallocVolker Lendecke2007-12-151-2/+10
* Fix a segfaultVolker Lendecke2007-12-151-2/+2
* Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...Jeremy Allison2007-12-141-1/+9
* selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher2007-12-143-3/+3
* wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher2007-12-141-10/+12
* add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher2007-12-142-0/+8
* selftest: disable wbinfo testsStefan Metzmacher2007-12-141-1/+1