summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher2007-12-142-0/+49
* selftest: move workgroup name into WORKGROUP envvarStefan Metzmacher2007-12-141-2/+3
* Revert smbclient changes.Karolin Seeger2007-12-141-5/+0
* Make smbclient to display error message and usage in the case of invalid opti...Karolin Seeger2007-12-141-0/+5
* winbindd: move domain child specific stuff into its own fileStefan Metzmacher2007-12-147-114/+133
* Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...Stefan Metzmacher2007-12-142-60/+22
* debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher2007-12-141-0/+4
* Move dns_sd.h include to fix the build.James Peach2007-12-131-3/+4
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-1314-235/+384
|\
| * We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0