summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-01Fix some C++ warningsVolker Lendecke1-9/+3
2007-11-30Fix missing error cleanup noticed by Derrell.Jeremy Allison1-3/+6
2007-11-30Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison1-40/+85
2007-11-30Whitespace cleanup.Jeremy Allison1-209/+201
2007-11-30Remove pstring from clirap.c.Jeremy Allison2-119/+188
2007-11-30Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison1-46/+65
2007-11-30Fix restart after length count.Jeremy Allison1-1/+6
2007-11-30Avoid to include net prototypes, just reference user creds.Günther Deschner1-7/+16
2007-11-30Add "net dom" command suite to "net".Günther Deschner3-2/+4
2007-11-30Add "net dom unjoin" code.Günther Deschner1-0/+52
2007-11-30Add "net dom join" code.Günther Deschner1-0/+116
2007-11-30Add header file for NetJoinDomain() and friends.Günther Deschner1-0/+29
2007-11-30Add NetUnjoinDomain().Günther Deschner1-0/+74
2007-11-30Robustness-fixes for NetJoinDomain().Günther Deschner1-6/+13
2007-11-30Give NetJoinDomain() enough time to finish.Günther Deschner1-0/+6
2007-11-30domain_name is a ref pointer.Günther Deschner1-0/+5
2007-11-30Merge join error codes from Samba 4.Günther Deschner2-0/+8
2007-11-30Add NetJoinDomain call.Günther Deschner2-1/+87
2007-11-30Move param helper routines to one place.Günther Deschner4-46/+51
2007-11-30Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner1-4/+4
2007-11-30Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner1-0/+36
2007-11-30Add talloc versions of all the next_token() functions.Jeremy Allison2-608/+830
2007-11-29Remove pstrings from clifile.c.Jeremy Allison1-25/+36
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison8-390/+530
2007-11-30Fix _reg_perfcount_get_instance_info()Günther Deschner1-1/+1
2007-11-30Merge recent wkssvc changes from samba4.Günther Deschner9-1062/+7878
2007-11-30Fix build warning.Günther Deschner1-1/+1
2007-11-29Fix memleak.Jeremy Allison1-0/+1
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison18-118/+133
2007-11-29Remove pstrings. Ensure we validate offsets.Jeremy Allison1-64/+132
2007-11-29Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2007-11-29Allow calling "net rpc join" and "net rpc trustdom" without specifying server...Michael Adam1-1/+1
2007-11-28Remove unused code (and pstring).Jeremy Allison1-92/+0
2007-11-28Add a warning for a potential bug I've run intoVolker Lendecke2-0/+6
2007-11-28Give rpcclient a talloc stackframe.Michael Adam1-12/+23
2007-11-27Remove pstrings from asn1.c.Jeremy Allison1-11/+28
2007-11-27Remove pstrings from namequery.c.Jeremy Allison1-24/+47
2007-11-27Fixed obvious typo.Jeremy Allison1-1/+1
2007-11-27Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2-4/+8
2007-11-27Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison1-12/+14
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison4-235/+311
2007-11-27Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison1-2/+2
2007-11-27Whitespace cleanup.Jeremy Allison1-1037/+1035
2007-11-27Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2-40/+33
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison11-295/+412
2007-11-27fix a obscure compiler warningGuenther Deschner1-3/+3
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison8-273/+363
2007-11-27Unless talloc has some new magic there is a ctx missing here.Günther Deschner1-4/+4
2007-11-27Use the proper boolean constants - the type has beenMichael Adam1-76/+76
2007-11-27Remove some staticsVolker Lendecke9-46/+38