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
path:
root
/
source3
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3069: add 'force printername' service parameter for people that want to enfo...
Gerald Carter
1
-14
/
+30
2007-10-10
r3066: BUG 1519: fix segfault caused by double free of a printer
Gerald Carter
1
-1
/
+0
2007-10-10
r3065: BUG 1519 (more): apparently the server_name notify request is used to ...
Gerald Carter
1
-13
/
+4
2007-10-10
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
1
-3
/
+3
2007-10-10
r2955: fixing a segfault uncovered by the changes for BUG 1519
Gerald Carter
1
-1
/
+2
2007-10-10
r2918: BUG 1907: fix getprinterdriverdir_1(). have to make sure we don't add...
Gerald Carter
1
-2
/
+11
2007-10-10
r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...
Andrew Bartlett
1
-112
/
+41
2007-10-10
r2865: Add static and remove unused functions that only cload the blame-game
Andrew Bartlett
1
-167
/
+3
2007-10-10
r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the
Günther Deschner
1
-0
/
+1
2007-10-10
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
1
-113
/
+164
2007-10-10
r2761: Print the decrypted, not encrypted key.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2569: Patch from Rob Foehl <rwf@loonybin.net>:
Gerald Carter
1
-12
/
+12
2007-10-10
r2481: Patch from Igor Belyi <sambauser@katehok.ac93.org>. Ensure pdb
Jeremy Allison
1
-8
/
+9
2007-10-10
r2369: Fix from Richard Renard <rrenard@idealx.com> to fix usermgr and trust ...
Jeremy Allison
1
-1
/
+11
2007-10-10
r2331: check password script code and example from trunk
Simo Sorce
1
-2
/
+2
2007-10-10
r2137: This is a patch I've been running at Hawker for a while.
Andrew Bartlett
1
-19
/
+29
2007-10-10
r2133: Several fixes:
Gerald Carter
1
-2
/
+10
2007-10-10
r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....
Volker Lendecke
1
-3
/
+0
2007-10-10
r1974: Just use a simple linked list for this.
Jeremy Allison
1
-7
/
+5
2007-10-10
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
1
-8
/
+18
2007-10-10
r1692: first commit :)
Günther Deschner
1
-1
/
+8
2007-10-10
r1501: One more check for option != 0.
Jeremy Allison
1
-1
/
+5
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
2
-2
/
+2
2007-10-10
r1484: BUG 1520: work around bug in xp sp2 rc2 where the client sends a fnpcn...
Gerald Carter
1
-0
/
+12
2007-10-10
r1415: One more memory leak, found by valgrind..
Jeremy Allison
1
-0
/
+3
2007-10-10
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
2
-17
/
+33
2007-10-10
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
1
-3
/
+0
2007-10-10
r1340: _samr_lookupsids with more than 32 (MAX_REF_DOMAINS) SIDs failed. This
Volker Lendecke
1
-1
/
+1
2007-10-10
r1338: A netlogon schannel failure is a normal event with XP clients. They ca...
Volker Lendecke
2
-2
/
+2
2007-10-10
r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).
Jeremy Allison
1
-3
/
+2
2007-10-10
r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...
Gerald Carter
1
-1
/
+8
2007-10-10
r1171: Patch from "Lu, Jianliang" <Jianliang.Lu@getronics.com> to
Jeremy Allison
1
-0
/
+6
2007-10-10
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
1
-0
/
+24
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-4
/
+6
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
2
-24
/
+56
2007-10-10
r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...
Gerald Carter
1
-26
/
+81
2007-10-10
r911: Patch from "Jerome Borsboom" <j.borsboom@erasmusmc.nl>, don't
Jeremy Allison
1
-6
/
+6
2007-10-10
r810: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure error st...
Jeremy Allison
1
-6
/
+6
2007-10-10
r805: Fix to stop smbd hanging on missing group member from "Jianliang Lu" <j...
Jeremy Allison
1
-5
/
+1
2007-10-10
r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct group
Jeremy Allison
1
-0
/
+2
2007-10-10
r786: Memory leak fixes in (mostly) error code paths from
Jeremy Allison
1
-0
/
+1
2007-10-10
r704: BUG 1315: fix for schannel client connections to server's that don't su...
Gerald Carter
1
-6
/
+9
2007-10-10
r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid writ...
Volker Lendecke
1
-3
/
+6
2007-10-10
r475: Don't add ss padding length to the sent length as this is compared
Jeremy Allison
1
-1
/
+1
2007-10-10
r473: Fix for Microsoft hotfix MS04-011 password change breakage.
Jeremy Allison
1
-26
/
+52
2007-10-10
r238: Fix memleak
Volker Lendecke
1
-0
/
+3
2007-10-10
r229: Don't list domain groups from BUILTIN.
Volker Lendecke
1
-0
/
+7
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
6
-13
/
+69
2007-10-10
r145: pdb_create_alias now returns NTSTATUS. More of this to follow.
Volker Lendecke
1
-2
/
+5
2007-10-10
r116: volker's patch for local group and group nesting
Gerald Carter
2
-271
/
+185
[next]