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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11233: Forgot to add the statvfs file. Oops.
Jeremy Allison
1
-0
/
+65
2007-10-10
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
Jeremy Allison
9
-7
/
+103
2007-10-10
r11230: Remove the '//' i was using to test something...oops
Jim McDonough
1
-1
/
+1
2007-10-10
r11229: an even bigger speedup spotted by Volker. string_to_sid() is now tak...
Jim McDonough
1
-2
/
+2
2007-10-10
r11228: Speed up string_to_sid by removing next_token calls, thus eliminating
Jim McDonough
1
-34
/
+27
2007-10-10
r11227: patch from brian moran to fix typo in eventlog message file registry ...
Gerald Carter
2
-4
/
+4
2007-10-10
r11224: Add feature to get our configuration from config.log into installman.sh.
Lars Müller
1
-3
/
+14
2007-10-10
r11213: Fix the build
Günther Deschner
2
-1
/
+1
2007-10-10
r11190: Fix enhancement request #3192.
Jeremy Allison
4
-16
/
+72
2007-10-10
r11183: add small helper function to return a PAC_LOGON_INFO.
Günther Deschner
2
-10
/
+17
2007-10-10
r11170: root free pass on eventlog open access check
Gerald Carter
1
-0
/
+7
2007-10-10
r11169: removing duplicate 'map read only' entry
Gerald Carter
1
-1
/
+0
2007-10-10
r11167: -lsec should be include in $ACL_LIBS and not $LIBS on solaris
Gerald Carter
1
-1
/
+1
2007-10-10
r11165: deparate the library install commands from the logic of whether to bu...
Gerald Carter
1
-14
/
+8
2007-10-10
r11163: fix installation of libmsrpc
Gerald Carter
1
-1
/
+4
2007-10-10
r11161: another regression from merge; make sure to build vfs_full_audit modu...
Gerald Carter
1
-1
/
+1
2007-10-10
r11159: Added some const to fix warnings.
Jeremy Allison
2
-4
/
+4
2007-10-10
r11156: Remove valgrind disabling ifdef that got added by mistake.
Jeremy Allison
1
-2
/
+0
2007-10-10
r11155: Remove warning in torturous logic.
Jeremy Allison
1
-5
/
+15
2007-10-10
r11152: fix some regressions caused by the trunk->3.0 merge when install docs...
Gerald Carter
1
-1
/
+1
2007-10-10
r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this ...
Gerald Carter
1
-0
/
+1
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
66
-464
/
+479
2007-10-10
r11136: patches from Brian Moran for eventlogadm utility
Gerald Carter
3
-83
/
+132
2007-10-10
r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...
Gerald Carter
1
-6
/
+15
2007-10-10
r11131: updating indent resource file from trunk
Gerald Carter
1
-0
/
+15
2007-10-10
r11125: remove unused variables
Gerald Carter
1
-2
/
+0
2007-10-10
r11124: Commit Chris' fixes for libmsrpc after the rpc_client
Gerald Carter
10
-702
/
+607
2007-10-10
r11123: * patches from Brian Moran for creating new eventlog
Gerald Carter
5
-15
/
+227
2007-10-10
r11079: Narrowing down on the #1828 PPC bug. The PPC client sends an
Jeremy Allison
1
-32
/
+6
2007-10-10
r11075: Still working on bug #1828, PPC hell. The PPC client sends the
Jeremy Allison
1
-2
/
+19
2007-10-10
r11073: safety checks on pointers to prevent crashing when converting REG_MUL...
Gerald Carter
1
-1
/
+7
2007-10-10
r11072: add routines for converting REG_MULTI_SZ to and from char**
Gerald Carter
2
-1
/
+117
2007-10-10
r11069: make sure to zero memory when allocating a a REGVAL_CTR struct
Gerald Carter
1
-1
/
+5
2007-10-10
r11065: rename wr_eventlog to eventlogadm
Gerald Carter
2
-5
/
+5
2007-10-10
r11063: merging missing error code for event logs
Gerald Carter
1
-0
/
+1
2007-10-10
r11060: merging new eventlog code from trunk
Gerald Carter
6
-514
/
+710
2007-10-10
r11054: patch from Brian Moran; fix error code return in _srv_net_name_valida...
Gerald Carter
1
-18
/
+5
2007-10-10
r10979: After discussions on IRC about profile shares,
Jeremy Allison
3
-6
/
+31
2007-10-10
r10977: Get rid of tons of new warnings when building with OpenLDAP 2.3.7 or ...
Günther Deschner
1
-0
/
+1
2007-10-10
r10976: Fix the build with openssl-0.9.8a.
Günther Deschner
2
-0
/
+4
2007-10-10
r10974: Get closer to trying to fix #1825 (PcoketPC spnego bug). Ensure we
Jeremy Allison
1
-4
/
+11
2007-10-10
r10970: Fix bug #3166 - null pointer dereference if $HOME not
Jeremy Allison
1
-10
/
+16
2007-10-10
r10964: BUG 1051: store the directory path so we can send the full name in th...
Gerald Carter
2
-2
/
+10
2007-10-10
r10962: fix setting of quotas on linux kernel with the
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r10961: remove unused variables (patch from Jason Mader)
Gerald Carter
1
-5
/
+2
2007-10-10
r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003.
Jeremy Allison
1
-9
/
+10
2007-10-10
r10943: Unused variable. Bug #3160 from jason@ncac.gwu.edu
Jeremy Allison
1
-3
/
+1
2007-10-10
r10930: Fix erroneous debug spotted by Herb.
Jeremy Allison
1
-1
/
+1
2007-10-10
r10927: bug 1473 & 3090: quota compile fixes on Solaris
Gerald Carter
1
-1
/
+5
2007-10-10
r10921: BUG 3070: fix crash bug in qfsinfo when retrieving quota info
Gerald Carter
1
-1
/
+0
[next]