summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett10-244/+514
2003-01-13Accessing data after it's been free()ed really is a no-no...Andrew Bartlett3-4/+17
2003-01-13Fix to debian bug #171071 - we had the wrong dereference on the pointer to beAndrew Bartlett1-4/+4
2003-01-13Don't force the DOS password into a 14 char space, as this would imply nullAndrew Bartlett1-1/+2
2003-01-13Ensure we do not pass uninitialised data to the kernel. (Picked up byAndrew Bartlett2-0/+4
2003-01-13Fix typo in comment.Martin Pool1-1/+1
2003-01-13Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter3-28/+10
2003-01-12Keep all the const warnings in one place, by adding a utility function toAndrew Bartlett1-44/+31
2003-01-12Oops, this is the change to use an fstring for the incoming service buffer -Andrew Bartlett1-3/+3
2003-01-12Make the 'service' in make_connection() use an fstrcpy(), and an fstring,Andrew Bartlett2-2/+1
2003-01-11While the usage is most bisarre, this fixes up another fstring/pstring mixup.Andrew Bartlett1-1/+2
2003-01-11Use size_t for the counter vars, to match the type they are assigned fromAndrew Bartlett1-3/+3
2003-01-11A couple more fstring/pstring issues - and move from sizeof(fstring) toAndrew Bartlett2-34/+32
2003-01-11Remove an unused paramter for our old LM-only password change code, and fix aAndrew Bartlett2-4/+3
2003-01-11Fix a number of client-side fstring/pstring mixups.Andrew Bartlett9-37/+39
2003-01-11Patch from Nik Conwell <nik@bu.edu>. Don't reference free()ed data when tryingAndrew Bartlett1-1/+3
2003-01-11Return the 'freindly' NT error message if at all possible.Andrew Bartlett2-2/+3
2003-01-11No point having this for both parts of the 'if' statement.Andrew Bartlett1-4/+2
2003-01-11typo from mergeGerald Carter1-1/+1
2003-01-11fix tdb_append() prototypeGerald Carter1-1/+1
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter4-18/+64
2003-01-11Added new message_send_pid() code that uses tdb append to reduce lockingJeremy Allison1-54/+55
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison3-12/+148
2003-01-10First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison1-48/+95
2003-01-10Fix lpq_cache time check (missed from yesterday).Jeremy Allison1-4/+4
2003-01-09a 0 length printer data value is not a memory allocation error; fix CR601Gerald Carter1-2/+10
2003-01-09tdb_chainlock_with_timeout: Add TODO: If we time out waiting for aMartin Pool1-0/+4
2003-01-09Remove read_with_timeout() and replaced its only caller (the passwd chatTim Potter2-84/+8
2003-01-09Remove dead function.Tim Potter1-19/+0
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cTim Potter2-30/+26
2003-01-09Correct misleading comment: winbindd_lookupname gets the SID for aMartin Pool1-1/+3
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2-6/+18
2003-01-08reran autoconfHerb Lewis1-8976/+18858
2003-01-08Some fixes to editreg. Clientgen should not be touched, and an update to conf...Richard Sharpe1-3/+0
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-08Removed pointless null statement in signal handler.Tim Potter1-2/+0
2003-01-08Display an error message when the server cannot be resolved when running atTim Potter1-1/+1
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison2-8/+45
2003-01-07Fix memory leak. Thanks, Herb!Volker Lendecke1-0/+1
2003-01-07this makes it compile, but I'm not sure if it is correct. Are we reallyHerb Lewis1-1/+1
2003-01-07cannot make assignments to const values.Herb Lewis1-1/+1
2003-01-07add and escape before $( in regex string so it is not interpreted as theHerb Lewis1-1/+1
2003-01-07Create a machine account correctly if the unix account exists.Volker Lendecke1-4/+14
2003-01-07Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel1-4/+10
2003-01-07Rename a local variable to avoid a warning.Tim Potter1-9/+9
2003-01-07'index' is the name of a libc function. Rename to 'ndx' to avoid compilerTim Potter1-4/+4
2003-01-07Remove unused variable.Tim Potter2-2/+0
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-06add $(LDFLAGS) to libsmbclientGerald Carter1-1/+1