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
*
r21005: Add a debug message for EAGAIN error of setresuid.
Volker Lendecke
2007-10-10
1
-1
/
+7
*
r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-node
Jim McDonough
2007-10-10
1
-1
/
+1
*
r21003: Display LDAP base in debug statement.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r21002: Get rid of unused macros - merge change from 3_0_24
Herb Lewis
2007-10-10
3
-48
/
+40
*
r21001: * Use a simple '#define LDAPMessage void' to fix the build
Gerald Carter
2007-10-10
5
-45
/
+9
*
r20998: Fix debug message
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r20996: Build fix from Kai Blin
Andrew Bartlett
2007-10-10
1
-1
/
+2
*
r20994: Remove unused code.
James Peach
2007-10-10
1
-122
/
+0
*
r20993: temporary build fix to get things going again on non-ADS systems
Gerald Carter
2007-10-10
1
-0
/
+4
*
r20992: another attempt at fixing the build breakage
Gerald Carter
2007-10-10
4
-26
/
+37
*
r20987: fix build farm breakage when ADS support is not present (caused by ns...
Gerald Carter
2007-10-10
1
-0
/
+4
*
r20986: Commit the prototype of the nss_info plugin interface.
Gerald Carter
2007-10-10
18
-456
/
+893
*
r20985: leave room for terminating NULL when printing password hashes via 'pd...
Gerald Carter
2007-10-10
1
-2
/
+2
*
r20982: Fix a segfault -- I wonder why my make test did not show this earlier...
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r20970: Allow to define workstation for samlogon in rpcclient (for testing).
Günther Deschner
2007-10-10
2
-8
/
+17
*
r20966: Only attempt to reload the config file atfer the fork point if we
James Peach
2007-10-10
1
-2
/
+6
*
r20965: Fix spelling.
James Peach
2007-10-10
1
-2
/
+2
*
r20951: Remove the DOM_SID field in the struct idmap_domain and bounce
Gerald Carter
2007-10-10
3
-142
/
+128
*
r20933: Fix the build without inotify
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r20932: This is the basic infrastructure for inotify support. This is far fro...
Volker Lendecke
2007-10-10
4
-1
/
+283
*
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
2007-10-10
12
-785
/
+484
*
r20917: Fix missing error returns pointed out by "Li, Ying (ESG)" <ying.li2@h...
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
2007-10-10
7
-0
/
+63
*
r20915: Fixed the bad merge from 3.0.24.
Jeremy Allison
2007-10-10
1
-6
/
+8
*
r20914: Sync up incorrect differences between 3.0.24 and 3.0
Jeremy Allison
2007-10-10
1
-12
/
+11
*
r20913: Fix the build.
Jeremy Allison
2007-10-10
1
-3
/
+4
*
r20912: Ensure the list always remains sorted even when
Jeremy Allison
2007-10-10
1
-17
/
+29
*
r20911: Fix copyright message in winbindd to use the macro from smb.h
Gerald Carter
2007-10-10
1
-2
/
+3
*
r20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION if the pw
Gerald Carter
2007-10-10
1
-3
/
+11
*
r20904: This is a placeholder fix. Apparently Windows 2000
Gerald Carter
2007-10-10
1
-1
/
+9
*
r20903: Replace the hardcoded "smb.conf" string with the dyn_CONFIGFILE
Gerald Carter
2007-10-10
1
-6
/
+7
*
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
2007-10-10
5
-35
/
+59
*
r20880: Fix memory leak in new sitename code. You got *really*
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r20878: Fix build with --enable-profiling
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r20877: Random notify fixes
Volker Lendecke
2007-10-10
1
-13
/
+8
*
r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...
Jelmer Vernooij
2007-10-10
31
-1389
/
+1349
*
r20874: We need to distinguish client sitenames per realm. We were overwriting
Günther Deschner
2007-10-10
6
-26
/
+75
*
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
2007-10-10
8
-21
/
+111
*
r20862: When in disconnected mode there is no need to try a fallback to a site
Günther Deschner
2007-10-10
1
-0
/
+18
*
r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, not
Günther Deschner
2007-10-10
1
-5
/
+1
*
r20860: Adding some small tweaks. When we have no sitename, there is no need to
Günther Deschner
2007-10-10
2
-20
/
+25
*
r20858: change_notify_reply_packet is static
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r20857: Silence gives assent :-). Checking in the fix for
Jeremy Allison
2007-10-10
9
-65
/
+159
*
r20856: Make "struct notify_mid_map" private to notify.c
Volker Lendecke
2007-10-10
2
-11
/
+13
*
r20854: Ok, now I think we're at a point where looking at notify starts to ma...
Volker Lendecke
2007-10-10
8
-40
/
+626
*
r20851: To read account policies from LDAP we need root.
Volker Lendecke
2007-10-10
1
-2
/
+12
*
r20848: Minor typo.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r20846: Before this gets out of control...
Volker Lendecke
2007-10-10
10
-90
/
+314
*
r20845: Somehow I missed this one - should have been part of the
Jeremy Allison
2007-10-10
1
-4
/
+7
[next]