summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up auth_smbpasswd.c to use the password interface, rather than theAndrew Bartlett2001-10-292-16/+16
* Add a bit of 'const' for the data_blob code.Andrew Bartlett2001-10-291-3/+13
* Don't force winbind to use non-local DC's.Volker Lendecke2001-10-291-1/+1
* clear errno before a call, tdbsam will not update it.Simo Sorce2001-10-291-1/+1
* another few changes to the new mangle codeSimo Sorce2001-10-291-2/+27
* change some more functions to the new mangle interface.Simo Sorce2001-10-291-9/+11
* - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...Simo Sorce2001-10-291-4/+81
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-295-26/+28
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-295-8/+8
* This commit is number 4 of 4.Andrew Bartlett2001-10-2923-258/+204
* This commit is number 3 of 4.Andrew Bartlett2001-10-2913-53/+114
* This commit is number 2 of 4.Andrew Bartlett2001-10-295-75/+94
* This commit is number 1 of 4.Andrew Bartlett2001-10-294-23/+70
* Converted a bunch of functions to use sscanf %i instead of atoi toTim Potter2001-10-291-11/+14
* Hey where did those 4 character tabs come from?Tim Potter2001-10-291-4/+4
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-293-11/+26
* Fixed confusing debug message - it was always printing uid 0 instead of theTim Potter2001-10-291-1/+1
* fix a logic bug on max size of a returned string,Simo Sorce2001-10-281-3/+9
* added de.msg from Andreas MoroderMotonobu Takahashi2001-10-281-0/+1707
* Fix up the Makefile for now (thanks herb).Andrew Bartlett2001-10-271-2/+2
* smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-272-3/+4
* Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison2001-10-271-1/+1
* Added some connection checking code. Doesn't work yet though.Tim Potter2001-10-271-10/+43
* A few spelling fixes from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-261-8/+8
* samba-bugs@samba.org -> samba@samba.orgAndrew Bartlett2001-10-261-1/+1
* Restore the intended behaviour for .headers.stampAndrew Bartlett2001-10-261-1/+1
* Fixed compile warning.Tim Potter2001-10-261-1/+1
* Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison2001-10-241-2/+2
* Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough2001-10-241-13/+0
* Removed unused function.Tim Potter2001-10-241-68/+0
* Made default vfs ops static so we can use this symbol in actual modules.Tim Potter2001-10-241-1/+1
* more compiler warningsHerb Lewis2001-10-238-10/+10
* .headers.stamp not getting touched if file already existed.Herb Lewis2001-10-231-1/+1
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-238-20/+17
* IRIX compiler dies not like casts in macro argsHerb Lewis2001-10-231-1/+1
* Remove setbuffer which caused build errorsJim McDonough2001-10-231-2/+0
* get rid of compiler warningsHerb Lewis2001-10-232-2/+2
* Fix popt library checkingJim McDonough2001-10-232-13/+7
* Replace getopt_long with popt for parsing commandline optionsJim McDonough2001-10-231-136/+91
* Add popt for parsing commandline optionsJim McDonough2001-10-2319-745/+2608
* ops, some testing code in compat function let only mangled name come back.Simo Sorce2001-10-221-12/+12
* server support for RAP session list functionJim McDonough2001-10-222-0/+118
* lets try the new mangling codeSimo Sorce2001-10-222-7/+44
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-224-2/+10
* samr querydispinfo can change level, start index and max entries.Jean-François Micouleau2001-10-221-10/+33
* allow the samr commands to work back and the help too ;-)Jean-François Micouleau2001-10-222-46/+24
* - fixed link order of krb5 libsAndrew Tridgell2001-10-225-134/+97
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
* Renamed inbuilt xstrdup to smb_xstrdup.Jeremy Allison2001-10-221-5/+5
* Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-222-16/+14