summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-26Remove pstrings from nsswitch/ and registry/Jeremy Allison9-572/+723
2007-11-26Remove a globalVolker Lendecke1-5/+4
2007-11-26Fix bug 5055Volker Lendecke5-5/+5
2007-11-26Improve debug messageVolker Lendecke1-1/+2
2007-11-26Fix a C++ warningVolker Lendecke1-1/+1
2007-11-261. lib/system.c (xattr code for Solaris) could not beTomoki AONO1-3/+6
2007-11-25In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke1-0/+1
2007-11-24Remove a staticVolker Lendecke1-3/+5
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke3-36/+45
2007-11-23add talloc_stackframe() to eventlogadmVolker Lendecke1-0/+2
2007-11-23printing: fix default printing subsystem detectionStefan Metzmacher1-1/+0
2007-11-23smbd: close_stat() should be staticStefan Metzmacher1-1/+1
2007-11-22Do not link in SOCKET_WRAPPER_OBJ twiceVolker Lendecke1-1/+1
2007-11-22Cosmetic fixVolker Lendecke1-3/+3
2007-11-22Add a missing prototypeVolker Lendecke1-0/+1
2007-11-22Fix an uninitialized variableVolker Lendecke1-0/+1
2007-11-22Fix a type-punned warningVolker Lendecke1-1/+1
2007-11-21Merge ssh://git.samba.org/data/git/samba into v3-2-testJames Peach39-798/+1273
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison5-125/+111
2007-11-21Remove pstring from printing/*.c except for theJeremy Allison6-249/+396
2007-11-21Doh ! Don't use #else when #endif is needed.Jeremy Allison1-2/+1
2007-11-21Add set_sockaddr_port function for winbindd.Jeremy Allison2-0/+15
2007-11-21Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter1-1/+3
2007-11-21Fix unresolved symbols in smbumount from addition of talloc_stackframe().Gerald (Jerry) Carter1-2/+3