summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Make this error match Win2k.Andrew Bartlett2002-01-111-1/+1
* The DC is meant to be sent the *unmapped* username...Andrew Bartlett2002-01-111-1/+1
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-117-114/+179
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-114-30/+47
* Correct4ed comment.Tim Potter2002-01-111-1/+1
* Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2002-01-112-3/+8
* Some memory leak fixes.Tim Potter2002-01-111-17/+23
* make sure resolve_name() only returns valid IP addressesAndrew Tridgell2002-01-111-4/+13
* 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