index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ok - this is a big patch - and it may break smbd a bit (although
Jeremy Allison
2000-10-19
9
-234
/
+207
*
Removed null user checks to enable lanman print queue pausing and print job
Tim Potter
2000-10-18
1
-4
/
+0
*
Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pause
Tim Potter
2000-10-18
1
-4
/
+4
*
Bug report that on some systems extended characters are being returned as
Christopher R. Hertel
2000-10-18
1
-1
/
+2
*
Merge of rpc parse buffer underflow debug code.
Tim Potter
2000-10-18
1
-0
/
+19
*
Fixes for io_q_setprinter rpc parsing.
Tim Potter
2000-10-18
1
-0
/
+10
*
Fixes to get ms-dfs code to compile with the new changes.
Jeremy Allison
2000-10-13
1
-2
/
+3
*
Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).
Jeremy Allison
2000-10-13
1
-1
/
+1
*
last part of W2K support.
Jean-François Micouleau
2000-10-13
9
-51
/
+97
*
Fixed merging mess.
Tim Potter
2000-10-13
1
-1
/
+22
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
8
-253
/
+457
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-2
/
+2
*
Ignore SIGUSR2. Terminate nmbd if we have no interfaces.
Jeremy Allison
2000-10-12
2
-5
/
+24
*
allow "master" smbd to call message_init so it is not killed by messages
Herb Lewis
2000-10-12
1
-4
/
+4
*
lib/messages.c add debug print for receipt of PING and
Herb Lewis
2000-10-12
2
-1
/
+4
*
use macros for incrementing profile counters
Herb Lewis
2000-10-12
2
-6
/
+2
*
print source PID in PONG and debuglevel message. Allow request debuglevel
Herb Lewis
2000-10-12
1
-10
/
+30
*
Turns out we do need the pwnam check as on many systems the users
Jeremy Allison
2000-10-11
1
-0
/
+7
*
Fixed %d printf with unsigned long arg.
Jeremy Allison
2000-10-11
1
-1
/
+1
*
Use sys_setgroups - systems with broken getgroups need this.
Jeremy Allison
2000-10-11
1
-1
/
+1
*
Simple cleanup, but I also changed the value of the dlevel parameter passed
Christopher R. Hertel
2000-10-11
1
-5
/
+5
*
Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()
Christopher R. Hertel
2000-10-11
1
-4
/
+4
*
Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.
Tim Potter
2000-10-11
3
-3
/
+3
*
sync with 2.2. tree
Herb Lewis
2000-10-11
1
-1
/
+1
*
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
14
-47
/
+205
*
Modified initgroups to provide a get groups a user is a member of
Tim Potter
2000-10-11
2
-7
/
+166
*
Don't initialise groups twice.
Tim Potter
2000-10-11
2
-2
/
+0
*
Remove duplicate group initialisation function.
Tim Potter
2000-10-11
1
-22
/
+0
*
Fix to avoid calling getgrgid for no reason.
Jeremy Allison
2000-10-11
1
-21
/
+9
*
Fix for growing printing.tdb by adding check on job creation.
Jeremy Allison
2000-10-11
4
-17
/
+56
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
4
-39
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
4
-1
/
+53
*
Fix found by Andrew to stop local/remote printers being
Jeremy Allison
2000-10-10
1
-3
/
+18
*
Fixed Realloc memory fragmentation problems.
Jeremy Allison
2000-10-10
1
-17
/
+57
*
Fixed nasty size wrong bug spotted by the eagle eyes of
Jeremy Allison
2000-10-10
1
-1
/
+1
*
Added debug so we can see how winbindd converts SIDS.
Jeremy Allison
2000-10-10
1
-13
/
+40
*
a netlogon enum trust query doesn't have a function_code at end.
Jean-François Micouleau
2000-10-10
7
-26
/
+58
*
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
4
-39
/
+16
*
added tdb_lock_bystring() and tdb_unlock_bystring()
Andrew Tridgell
2000-10-10
1
-0
/
+24
*
don't use gets() !
Andrew Tridgell
2000-10-10
1
-2
/
+2
*
Fixes to allow wins.c to compile to allow building of libnss_wins.so.
John Terpstra
2000-10-09
2
-2
/
+14
*
I introduced a bug in my last commits. Hopefully nobody noticed :-)
Jean-François Micouleau
2000-10-09
1
-2
/
+2
*
Missing conn parameter missed in vfs rewrite.
Jeremy Allison
2000-10-09
1
-1
/
+1
*
sys_popen got damaged when converted from FILE * to int fd I think.
Jeremy Allison
2000-10-08
1
-14
/
+3
*
more cleanup of samr
Jean-François Micouleau
2000-10-07
1
-62
/
+65
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
9
-261
/
+1697
*
Ensure browse.dat is written and read in UNIX character set format.
Jeremy Allison
2000-10-07
2
-3
/
+14
*
Integrated support for NT and OS/2 lpq parsing. Code from
Jeremy Allison
2000-10-07
3
-1
/
+168
*
Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...
Jeremy Allison
2000-10-07
4
-380
/
+494
*
Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>
Jeremy Allison
2000-10-06
5
-8
/
+13
[next]