summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-272-4/+8
* Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison2007-11-271-12/+14
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-274-235/+311
* Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison2007-11-271-2/+2
* Whitespace cleanup.Jeremy Allison2007-11-271-1037/+1035
* Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2007-11-272-40/+33
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-2711-295/+412
* fix a obscure compiler warningGuenther Deschner2007-11-271-3/+3
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-278-273/+363
* Unless talloc has some new magic there is a ctx missing here.Günther Deschner2007-11-271-4/+4
* Use the proper boolean constants - the type has beenMichael Adam2007-11-271-76/+76
* Remove some staticsVolker Lendecke2007-11-279-46/+38
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-269-572/+723
* Remove a globalVolker Lendecke2007-11-261-5/+4
* Fix bug 5055Volker Lendecke2007-11-265-5/+5
* Improve debug messageVolker Lendecke2007-11-261-1/+2
* Fix a C++ warningVolker Lendecke2007-11-261-1/+1
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6
* In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke2007-11-251-0/+1
* Remove a staticVolker Lendecke2007-11-241-3/+5
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-233-36/+45
* add talloc_stackframe() to eventlogadmVolker Lendecke2007-11-231-0/+2
* printing: fix default printing subsystem detectionStefan Metzmacher2007-11-231-1/+0
* smbd: close_stat() should be staticStefan Metzmacher2007-11-231-1/+1
* Do not link in SOCKET_WRAPPER_OBJ twiceVolker Lendecke2007-11-221-1/+1
* Cosmetic fixVolker Lendecke2007-11-221-3/+3
* Add a missing prototypeVolker Lendecke2007-11-221-0/+1
* Fix an uninitialized variableVolker Lendecke2007-11-221-0/+1
* Fix a type-punned warningVolker Lendecke2007-11-221-1/+1
* Merge ssh://git.samba.org/data/git/samba into v3-2-testJames Peach2007-11-2139-798/+1273
|\
| * Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-215-125/+111
| * Remove pstring from printing/*.c except for theJeremy Allison2007-11-216-249/+396
| * Doh ! Don't use #else when #endif is needed.Jeremy Allison2007-11-211-2/+1
| * Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-212-0/+15
| * Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter2007-11-211-1/+3
| * Fix unresolved symbols in smbumount from addition of talloc_stackframe().Gerald (Jerry) Carter2007-11-211-2/+3
| * Add talloc stackframe for ntlm_auth.cJeremy Allison2007-11-201-0/+2
| * Remove pstrcpy I missed.Jeremy Allison2007-11-201-1/+0
| * More pstring removal....Jeremy Allison2007-11-203-69/+120
| * Remove pstring from services/*.cJeremy Allison2007-11-202-148/+211
| * Ensure we have a talloc stackframe (found by Kukks).Jeremy Allison2007-11-202-6/+10
| * More pstring elimination.Jeremy Allison2007-11-2010-136/+257
| * More trivial pstring removal.Jeremy Allison2007-11-206-59/+136
| * Paranoia check that space_remaining never goes -ve.Jeremy Allison2007-11-201-2/+10
* | Extend commit module to help with NFS quotas.David Losada Carballo2007-11-202-26/+159
|/
* Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter2007-11-201-7/+8
* Remove more pstring. Unify talloc_sub functions to makeJeremy Allison2007-11-193-121/+98
* Start to remove some of the pstring functions we'reJeremy Allison2007-11-192-34/+23
* Always check return from push_ascii.Jeremy Allison2007-11-192-1/+12
* Add stackframes to public libsmbclient functionsVolker Lendecke2007-11-191-64/+245