summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-16Remove unused codeVolker Lendecke1-14/+0
2007-12-15Doh, fix typo in error exit.Jeremy Allison1-2/+2
2007-12-15Added patch originally by Andreas Schneider <anschneider@suse.de>Jeremy Allison3-8/+118
2007-12-15Cope with valgrind > 3.2.x.Jeremy Allison1-0/+4
2007-12-15More work on bug #5082, use LC_ALL as this takesJeremy Allison1-2/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke38-126/+135
2007-12-15Use dom_sid_string for sid_string_tallocVolker Lendecke2-29/+17
2007-12-15sid_string_static is no more :-)Volker Lendecke1-11/+8
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke13-37/+71
2007-12-15Use sid_to_string directlyVolker Lendecke5-12/+9
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke12-41/+44
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke4-34/+41
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke54-349/+330