summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-08Getting ready to add winbindd support for HPUX 11.Jeremy Allison2-0/+154
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
2002-01-06Converted enumprinters and enumports cmd functions to use WERRORTim Potter1-32/+39
2002-01-06Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter1-106/+129
2002-01-06Check for winbind separator in user name for cli_session_setup()Tim Potter1-1/+2
2002-01-06spoolss rpc client cleanup:Tim Potter2-91/+122
2002-01-06Define a rpc_client doc group.Tim Potter1-0/+3
2002-01-06Minor doc cleanups.Tim Potter1-2/+2
2002-01-06Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter1-0/+11
2002-01-06Display nicer message when server name could not be resolved.Tim Potter1-3/+3
2002-01-06DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2-1/+2
2002-01-06Get this code back to where it belongs...Andrew Bartlett1-7/+7
2002-01-06Some more SPNEGO fixes.Andrew Bartlett1-1/+1
2002-01-05fixed another DATA_BLOB constructorAndrew Tridgell1-6/+1
2002-01-05simple fix for creating blank data blobsAndrew Tridgell2-5/+8
2002-01-05Fix up the SPNEGO segfault.Andrew Bartlett1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett19-653/+690
2002-01-05Add a talloc varient of the data_blob functions.Andrew Bartlett2-4/+50
2002-01-05Add a comment on how this error map was derrived.Andrew Bartlett1-0/+22
2002-01-05One line fix to get smbmount working again.Andrew Bartlett1-0/+3
2002-01-05Added DEBUG in set_share_mode to track down logic insanity.Jeremy Allison1-0/+8
2002-01-05Add a touch of constAndrew Bartlett1-1/+1
2002-01-04print the timezone in the same format as 'date +%z' - much better for scriptingAndrew Tridgell1-5/+8
2002-01-04Missed error return is can_rename fails.Jeremy Allison1-0/+1
2002-01-04Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison3-41/+102
2002-01-03Added WERROR for non local domain.Jeremy Allison1-0/+1