summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison20-156/+162
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2-1/+3
2002-01-11fixed a crash in merge_aces()Andrew Tridgell1-0/+1
2002-01-11force the time difference in cache comparisons to be unsigned to copeAndrew Tridgell1-1/+4
2002-01-11make the winbind sequence number code more robustAndrew Tridgell1-1/+1
2002-01-11cope with direct IP addresses in resolve_name()Andrew Tridgell1-0/+5
2002-01-11preparing for release of 3.0-alpha13Samba Release Account2-1/+25
2002-01-11Make this error match Win2k.Andrew Bartlett1-1/+1
2002-01-11The DC is meant to be sent the *unmapped* username...Andrew Bartlett1-1/+1
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter7-114/+179
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett4-30/+47
2002-01-11Correct4ed comment.Tim Potter1-1/+1
2002-01-11Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2-3/+8
2002-01-11Some memory leak fixes.Tim Potter1-17/+23
2002-01-11commit some changes for ab, and keep working on the smbgroupeditGerald Carter6-74/+683
2002-01-11make sure resolve_name() only returns valid IP addressesAndrew Tridgell1-4/+13
2002-01-10Since AB has been changing the winbind interface it's time to add the "mockTim Potter3-21/+21
2002-01-10added structure members referred to by recent changes in vfs-wrap.cHerb Lewis1-1/+5
2002-01-10merge tpots name changes into IRIX part of code. When you change the nameHerb Lewis1-8/+8
2002-01-10Take a stab at keeping the doco current :-)Andrew Bartlett1-0/+16
2002-01-10Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett5-18/+78
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett6-38/+84
2002-01-10Quieten warning about uninitialized variable.Martin Pool1-1/+3
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter8-132/+142
2002-01-10Spelling fix.Tim Potter1-1/+1
2002-01-10browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool1-0/+3
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison4-2/+177
2002-01-10Oh joy - the original code didn't do mapping of the perms onto the wire.Jeremy Allison1-11/+41
2002-01-10Ensure this is committed last.Jeremy Allison1-288/+370
2002-01-10We need to test for major/minor macros.Jeremy Allison4-0/+39
2002-01-10Although configure.in and configure were checked in at the same timeTim Potter1-9/+9
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison10-495/+860
2002-01-09Added tests for st_blocks in struct stat, and added a (hateful) constantJeremy Allison4-311/+389
2002-01-09Fixed typo.Jeremy Allison1-1/+1
2002-01-09Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2-5/+5
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool5-7/+97
2002-01-09FIXME: At the moment, if the user should happen to give the optionsMartin Pool1-1/+7
2002-01-09Better explanation message for dmalloc.Martin Pool8-15/+15
2002-01-09With --enable-dmalloc, also use dmalloc's wrappers around routinesMartin Pool3-785/+791
2002-01-09Sample configuration for dmalloc.Martin Pool1-0/+2
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2-2/+12
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+4
2002-01-09When re-writing tdb version numbers as little endian int32, we mustJeremy Allison3-27/+33
2002-01-09Fix macro name controlling inclusion of DMALLOC.Martin Pool1-1/+1
2002-01-09Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool1-1/+1
2002-01-09Merge from appliance-head:Tim Potter1-4/+72
2002-01-09For hysterical raisins you must use string_set() to set the value of aTim Potter1-1/+1
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison6-52/+90
2002-01-09HPUX nss fix.Jeremy Allison1-2/+18
2002-01-09Fixed up atomic update code.Jeremy Allison3-5/+5