summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* Since AB has been changing the winbind interface it's time to add the "mockTim Potter2002-01-103-21/+21
* added structure members referred to by recent changes in vfs-wrap.cHerb Lewis2002-01-101-1/+5
* merge tpots name changes into IRIX part of code. When you change the nameHerb Lewis2002-01-101-8/+8
* Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett2002-01-105-18/+78
* This changes the winbind protcol a bit:Andrew Bartlett2002-01-106-38/+84
* Quieten warning about uninitialized variable.Martin Pool2002-01-101-1/+3
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-108-132/+142
* Spelling fix.Tim Potter2002-01-101-1/+1
* browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool2002-01-101-0/+3
* First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2002-01-104-2/+177
* Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison2002-01-101-11/+41
* Ensure this is committed last.Jeremy Allison2002-01-101-288/+370
* We need to test for major/minor macros.Jeremy Allison2002-01-104-0/+39
* Although configure.in and configure were checked in at the same timeTim Potter2002-01-101-9/+9
* 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