summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-09Added int32 version of "atomic" update.Jeremy Allison1-0/+35
2002-01-09Added int32 versions of the endian-dependent code.Jeremy Allison1-2/+66
2002-01-08My previous fix had a bug....Jeremy Allison1-6/+11
2002-01-08I think I've finally gotten this straighten out in my tree.Gerald Carter2-6/+5
2002-01-08i **really** hate stuck tags in CVS :-( Figured out whyGerald Carter4-0/+149
2002-01-08Getting ready to add winbindd support for HPUX 11.Jeremy Allison2-0/+154
2002-01-08entering placeholders for forthcoming documentationGerald Carter5-2/+325
2002-01-08Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison1-7/+14
2002-01-08- fixed my breakage of CPPFLAGSAndrew Tridgell3-683/+687
2002-01-08Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison1-11/+12
2002-01-08Debugs that print out a share mode table in debug level 10. This codeJeremy Allison1-4/+46
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison3-29/+31
2002-01-07Return called NetBIOS name if present in preference to global_myname.Jeremy Allison1-5/+9
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis8-0/+28
2002-01-07sync getopt() args with 2.2Gerald Carter1-1/+1
2002-01-07- use CFLAGS when linking shared libs (for things like -64 on irix)Andrew Tridgell3-7/+6
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter4-4/+4
2002-01-07Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2-65/+81
2002-01-07Spelling fix.Tim Potter2-665/+662
2002-01-07Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD isTim Potter1-2/+10