index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2003-01-13
Accessing data after it's been free()ed really is a no-no...
Andrew Bartlett
3
-4
/
+17
2003-01-13
Fix to debian bug #171071 - we had the wrong dereference on the pointer to be
Andrew Bartlett
1
-4
/
+4
2003-01-13
Don't force the DOS password into a 14 char space, as this would imply null
Andrew Bartlett
1
-1
/
+2
2003-01-13
Ensure we do not pass uninitialised data to the kernel. (Picked up by
Andrew Bartlett
2
-0
/
+4
2003-01-13
Fix typo in comment.
Martin Pool
1
-1
/
+1
2003-01-13
Merge of remove "winbindd holding pattern" from appliance. It's a bit
Tim Potter
3
-28
/
+10
2003-01-12
Keep all the const warnings in one place, by adding a utility function to
Andrew Bartlett
1
-44
/
+31
2003-01-12
Oops, this is the change to use an fstring for the incoming service buffer -
Andrew Bartlett
1
-3
/
+3
2003-01-12
Make the 'service' in make_connection() use an fstrcpy(), and an fstring,
Andrew Bartlett
2
-2
/
+1
2003-01-11
While the usage is most bisarre, this fixes up another fstring/pstring mixup.
Andrew Bartlett
1
-1
/
+2
2003-01-11
Use size_t for the counter vars, to match the type they are assigned from
Andrew Bartlett
1
-3
/
+3
2003-01-11
A couple more fstring/pstring issues - and move from sizeof(fstring) to
Andrew Bartlett
2
-34
/
+32
2003-01-11
Remove an unused paramter for our old LM-only password change code, and fix a
Andrew Bartlett
2
-4
/
+3
2003-01-11
Fix a number of client-side fstring/pstring mixups.
Andrew Bartlett
9
-37
/
+39
2003-01-11
Patch from Nik Conwell <nik@bu.edu>. Don't reference free()ed data when trying
Andrew Bartlett
1
-1
/
+3
2003-01-11
Return the 'freindly' NT error message if at all possible.
Andrew Bartlett
2
-2
/
+3
2003-01-11
No point having this for both parts of the 'if' statement.
Andrew Bartlett
1
-4
/
+2
2003-01-11
[merge] make sure to update print queue cache during timeout_processing() to ...
Gerald Carter
4
-15
/
+61
2003-01-11
typo from merge
Gerald Carter
1
-1
/
+1
2003-01-11
fix tdb_append() prototype
Gerald Carter
1
-1
/
+1
2003-01-11
fix tdb_append() prototype
Gerald Carter
1
-1
/
+1
2003-01-11
[merge] make sure to updatre print queue cache during timeout_processing() to...
Gerald Carter
4
-18
/
+64
2003-01-11
Added new message_send_pid() code that uses tdb append to reduce locking
Jeremy Allison
1
-54
/
+55
2003-01-11
Added new message_send_pid() code that uses tdb append to reduce locking
Jeremy Allison
1
-54
/
+55
2003-01-11
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
3
-12
/
+148
2003-01-11
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
3
-12
/
+148
2003-01-10
First part of efficiency fixes for message sending to pid's (cutting down
Jeremy Allison
1
-48
/
+95
2003-01-10
First part of efficiency fixes for message sending to pid's (cutting down
Jeremy Allison
1
-48
/
+95
2003-01-10
Fix lpq_cache time check (missed from yesterday).
Jeremy Allison
1
-4
/
+4
2003-01-10
Don't delete jobs subitted after the lpq time.
Jeremy Allison
1
-4
/
+4
2003-01-09
a 0 length printer data value is not a memory allocation error; fix CR601
Gerald Carter
1
-2
/
+10
2003-01-09
a 0 length printer data value is not a memory allocation error; fix CR601
Gerald Carter
1
-2
/
+10
2003-01-09
tdb_chainlock_with_timeout: Add TODO: If we time out waiting for a
Martin Pool
1
-0
/
+4
2003-01-09
Remove read_with_timeout() and replaced its only caller (the passwd chat
Tim Potter
2
-84
/
+8
2003-01-09
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Herb Lewis
2
-30
/
+26
2003-01-09
Remove dead function.
Tim Potter
1
-19
/
+0
2003-01-09
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Tim Potter
2
-30
/
+26
2003-01-09
Correct misleading comment: winbindd_lookupname gets the SID for a
Martin Pool
1
-1
/
+3
2003-01-08
Ensure we return disk full by default on short writes.
Jeremy Allison
1
-6
/
+6
2003-01-08
Ensure we return disk full by default on short writes.
Jeremy Allison
1
-6
/
+6
2003-01-08
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
2
-6
/
+18
2003-01-08
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
2
-6
/
+18
2003-01-08
reran autoconf
Herb Lewis
1
-8976
/
+18858
2003-01-08
Some fixes to editreg. Clientgen should not be touched, and an update to conf...
Richard Sharpe
1
-3
/
+0
2003-01-08
Fix erroneous free of SAM_ACCOUNT (make clearer when allocated
Jeremy Allison
1
-15
/
+8
2003-01-08
Fix erroneous free of SAM_ACCOUNT (make clearer when allocated
Jeremy Allison
1
-15
/
+8
2003-01-08
Removed pointless null statement in signal handler.
Tim Potter
1
-2
/
+0
2003-01-08
Display an error message when the server cannot be resolved when running at
Tim Potter
1
-1
/
+1
2003-01-08
cannot assign to const
Herb Lewis
1
-1
/
+1
2003-01-08
Fix open problem with changing attributes on an existing file - based
Jeremy Allison
2
-9
/
+45
[prev]
[next]