summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | memset not bzeroLuke Leighton2000-03-301-46/+4
* | modules is a leaf-node, does not require includes.hLuke Leighton2000-03-301-3/+1
* | cannot use snprintf, must use slprintfLuke Leighton2000-03-301-1/+1
* | renamed spoolss to ntprintLuke Leighton2000-03-301-2/+2
* | - fixed SAM_USER_INFO_21 to work in some cases (i hope) and well, we'llLuke Leighton2000-03-304-5/+226
* | hmm, experimenting with last part of SAM_USER_INFO_21 and SAM_USER_INFO_23Luke Leighton2000-03-301-3/+12
* | preparing for release of alpha.1.5Samba Release Account2000-03-3063-63/+63
* | finally got it right. how easy can it be to transfer an array of uint32sLuke Leighton2000-03-301-20/+18
* | bug in uint32* convert to gid_t* issuesLuke Leighton2000-03-301-3/+10
* | Use SMB_ASSERT when checking cli_auth_fns functions are non-NULL.Tim Potter2000-03-302-24/+48
* | Check cli_auth_fns functions are non-NULL before calling them.Tim Potter2000-03-302-17/+23
* | Removal of #ifdef SYSLOG cruft and whitespace cleanup.Tim Potter2000-03-3031-195/+0
* | make_nmb_name no longer takes scopeLuke Leighton2000-03-301-2/+2
* | HAVE_CRYPT_DECL causing grief.Luke Leighton2000-03-301-5/+0
* | Adding AIX fix into TNG. Check for compiler support for LL suffix on long lon...Jeremy Allison2000-03-304-1123/+1090
* | oops! getopt was causing grief for make proto.Luke Leighton2000-03-303-10/+10
* | From johanh@fusion.kth.se Thu Mar 30 09:42:56 2000Luke Leighton2000-03-304-48/+170
* | lonnie noticed that HAVE_PAM needs to be WITH_PAM.Luke Leighton2000-03-302-4/+4
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-03-298-0/+1790
|\ \ | |/
| * Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison2000-03-295-185/+334
| * Fixed bug found by JF where if the amount of data to return in the prs_structJeremy Allison2000-03-291-1/+1
| * Cause nmbd to ignore loopback interface when constructing its interface ...Jeremy Allison2000-03-291-0/+14
| * split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau2000-03-291-8/+28
| * rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-295-191/+279
| * More Japanese filename fixes wrt VFS code fromTim Potter2000-03-292-12/+16
| * damn, the test was the wrong way around for short_resuestAndrew Tridgell2000-03-281-1/+1
| * Win2k will only accept volume labels in UNICODE. Fixed.... :-(.Jeremy Allison2000-03-281-1/+2
| * Moved common code to set parameter offset field correctly oout of 'if'Jeremy Allison2000-03-281-10/+8
| * Fixed crash bug in new handle_netbios_name code.Jeremy Allison2000-03-271-2/+2
| * changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-275-20/+19
| * the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-274-373/+382
| * fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell2000-03-271-23/+22
| * moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-273-544/+546
| * rename static reload_services function to reload_nmbd_services becauseLuke Leighton2000-03-271-6/+6
| * when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell2000-03-261-1/+4
| * merge from tng ...Andrew Tridgell2000-03-261-1/+1
| * load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell2000-03-261-0/+4
| * rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison2000-03-252-165/+375
| * Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-223-33/+24
| * acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-2235-871/+220
| * disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
| * disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
| * added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-2225-0/+631
| * indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-215-1187/+1492
| * Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
| * Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison2000-03-201-2/+2
| * Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-165-5/+78
| * removed extra arguements from make_nmb_name callsHerb Lewis2000-03-161-3/+3
| * fix a bug in enumprinterdriversJean-François Micouleau2000-03-161-6/+14
| * use parameters to minimize changes in samba for irix release versionHerb Lewis2000-03-161-70/+103