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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11799: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker
Jeremy Allison
1
-1
/
+22
2007-10-10
r11764: Doesn't need to be exported from here.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11732: Remember to return early if -1 returned from *BSD EA call.
Jeremy Allison
1
-0
/
+12
2007-10-10
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
1
-0
/
+28
2007-10-10
r11655: Two small fixes
Gerald Carter
1
-4
/
+26
2007-10-10
r11614: Replace old crc32 code with one from the FreeBSD tree.
Jeremy Allison
1
-56
/
+92
2007-10-10
r11560: Fix core dump if setmntent returns NULL.
Jeremy Allison
1
-0
/
+3
2007-10-10
r11530: Add the "time offset" parameter back in for people who
Jeremy Allison
1
-1
/
+1
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2
-244
/
+234
2007-10-10
r11446: Remove unused fn. Remove unneeded strncpy use.
Jeremy Allison
1
-7
/
+2
2007-10-10
r11383: Patch from Alex Masterov <alex@infobit.ru> to fix
Jeremy Allison
1
-3
/
+83
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
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
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
7
-94
/
+101
2007-10-10
r10976: Fix the build with openssl-0.9.8a.
Günther Deschner
2
-0
/
+4
2007-10-10
r10962: fix setting of quotas on linux kernel with the
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r10730: Janitor for tridge on the "fix to talloc_parent() from Michael O'Brien".
Jeremy Allison
1
-1
/
+1
2007-10-10
r10674: We no do define timeval_current
Volker Lendecke
1
-7
/
+0
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
17
-281
/
+720
2007-10-10
r10606: pdb_*sql patches from
Gerald Carter
1
-4
/
+1
2007-10-10
r10454: * prevent privilege code from storing an empty SID
Gerald Carter
1
-7
/
+31
2007-10-10
r10234: Add new auth module "auth_script" to allow valid users to
Jeremy Allison
1
-2
/
+2
2007-10-10
r10163: try to fix the build on fedora 4, when --with-quota is not used
Stefan Metzmacher
2
-0
/
+12
2007-10-10
r9998: starting content for maintainers file
Gerald Carter
1
-54
/
+7
2007-10-10
r9953: get rid of compiler warning.
Günther Deschner
1
-1
/
+1
2007-10-10
r9952: Adapt better to the Windows way of taking and assigning ownership:
Günther Deschner
1
-0
/
+1
2007-10-10
r9780: Clean up a bunch of compiler warnings.
James Peach
1
-2
/
+3
2007-10-10
r9619: Fix messages_pending_for_pid actually do what it's meant to do. This m...
Volker Lendecke
1
-1
/
+1
2007-10-10
r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.
Jeremy Allison
1
-2
/
+2
2007-10-10
r9536: Fix one more DIR -> SMB_STRUCT_DIR typo.
Jeremy Allison
1
-1
/
+1
2007-10-10
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
1
-6
/
+6
2007-10-10
r9353: Updating troublshooting error message.
John Terpstra
1
-1
/
+2
2007-10-10
r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old share
Jeremy Allison
1
-2
/
+1
2007-10-10
r9282: Whitespace.
Jeremy Allison
1
-10
/
+10
2007-10-10
r9271: Fix problems with german umlauts - strcmp_w was broken (needs to alway...
Jeremy Allison
2
-9
/
+9
2007-10-10
r9203: Bugzilla bug #2314. Cast away the const of the dev argument to quotact...
James Peach
1
-14
/
+14
2007-10-10
r9201: Ouch.... :-(
Volker Lendecke
1
-1
/
+1
2007-10-10
r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.
Volker Lendecke
1
-5
/
+11
2007-10-10
r9029: Another crash bug when enumerating privileges.
Günther Deschner
1
-1
/
+1
2007-10-10
r8961: Merge IRIX fix for socket wrapper
Jelmer Vernooij
1
-4
/
+17
2007-10-10
r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes
Tim Potter
1
-3
/
+3
2007-10-10
r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa and
Jeremy Allison
1
-2
/
+2
2007-10-10
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
1
-1
/
+1
2007-10-10
r8892: Fix #2942 - missing value in debug ! Doh !
Jeremy Allison
1
-1
/
+1
2007-10-10
r8795: fix our perpetual motion maching in strncpy_w()
Gerald Carter
1
-1
/
+1
2007-10-10
r8762: Attempt to fix the winbindd crashing bug on Solaris (can't remember
Jeremy Allison
1
-113
/
+253
2007-10-10
r8757: Add debug messages so we can see what attributes and values are being
Jeremy Allison
1
-0
/
+3
[next]