summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-1010-495/+860
* Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison2002-01-094-311/+389
* Fixed typo.Jeremy Allison2002-01-091-1/+1
* Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-092-5/+5
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-095-7/+97
* FIXME: At the moment, if the user should happen to give the optionsMartin Pool2002-01-091-1/+7
* Better explanation message for dmalloc.Martin Pool2002-01-098-15/+15
* With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool2002-01-093-785/+791
* Sample configuration for dmalloc.Martin Pool2002-01-091-0/+2
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-092-2/+12
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+4
* When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-093-27/+33
* Fix macro name controlling inclusion of DMALLOC.Martin Pool2002-01-091-1/+1
* Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool2002-01-091-1/+1
* Merge from appliance-head:Tim Potter2002-01-091-4/+72
* For hysterical raisins you must use string_set() to set the value of aTim Potter2002-01-091-1/+1
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-096-52/+90
* HPUX nss fix.Jeremy Allison2002-01-091-2/+18
* Fixed up atomic update code.Jeremy Allison2002-01-093-5/+5
* Added int32 version of "atomic" update.Jeremy Allison2002-01-091-0/+35
* Added int32 versions of the endian-dependent code.Jeremy Allison2002-01-091-2/+66
* My previous fix had a bug....Jeremy Allison2002-01-081-6/+11
* Getting ready to add winbindd support for HPUX 11.Jeremy Allison2002-01-082-0/+154
* Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison2002-01-081-7/+14
* - fixed my breakage of CPPFLAGSAndrew Tridgell2002-01-083-683/+687
* Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison2002-01-081-11/+12
* Debugs that print out a share mode table in debug level 10. This codeJeremy Allison2002-01-081-4/+46
* Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-083-29/+31
* Return called NetBIOS name if present in preference to global_myname.Jeremy Allison2002-01-071-5/+9
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-078-0/+28
* sync getopt() args with 2.2Gerald Carter2002-01-071-1/+1
* - use CFLAGS when linking shared libs (for things like -64 on irix)Andrew Tridgell2002-01-073-7/+6
* Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2002-01-074-4/+4
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-072-65/+81
* Spelling fix.Tim Potter2002-01-072-665/+662
* Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD isTim Potter2002-01-071-2/+10
* Converted enumprinters and enumports cmd functions to use WERRORTim Potter2002-01-061-32/+39
* Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter2002-01-061-106/+129
* Check for winbind separator in user name for cli_session_setup()Tim Potter2002-01-061-1/+2
* spoolss rpc client cleanup:Tim Potter2002-01-062-91/+122
* Define a rpc_client doc group.Tim Potter2002-01-061-0/+3
* Minor doc cleanups.Tim Potter2002-01-061-2/+2
* Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter2002-01-061-0/+11
* Display nicer message when server name could not be resolved.Tim Potter2002-01-061-3/+3
* DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2002-01-062-1/+2
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* fixed another DATA_BLOB constructorAndrew Tridgell2002-01-051-6/+1
* simple fix for creating blank data blobsAndrew Tridgell2002-01-052-5/+8
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2