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
r14131: Fix Coverity bug # 127
Volker Lendecke
1
-1
/
+3
2007-10-10
r14075: * add support for long variable names in smb.conf in the form of %(....)
Gerald Carter
1
-210
/
+155
2007-10-10
r14060: Only set the last rebind timestamp when we did rebind after a non-read
Günther Deschner
1
-2
/
+21
2007-10-10
r14020: Coverity bug CID #66. Missing free on error exit.
Jeremy Allison
1
-1
/
+4
2007-10-10
r14002: Quick fix for Coverity CID #12.
Jeremy Allison
1
-0
/
+4
2007-10-10
r13999: Quick fix for Coverity bug #11.
Jeremy Allison
1
-1
/
+7
2007-10-10
r13975: Re-fix Coverity #156 - I had left the hidden arg. inconsistent
Jeremy Allison
2
-4
/
+5
2007-10-10
r13971: Fix Coverity bugs #209 - #213 - it detected mistakes
Jeremy Allison
1
-56
/
+67
2007-10-10
r13948: Fix the build. Remove rpcclient.h include.
Jim McDonough
1
-1
/
+0
2007-10-10
r13945: Move display_sec.c to lib/ (as suggested by Volker).
Günther Deschner
1
-0
/
+187
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
9
-94
/
+125
2007-10-10
r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>
Volker Lendecke
1
-3
/
+3
2007-10-10
r13682: Actually give a developer a prayer of finding out where
Jeremy Allison
1
-16
/
+17
2007-10-10
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
1
-3
/
+8
2007-10-10
r13601: * Remove unused code from pdb_ldap.c
Gerald Carter
1
-5
/
+4
2007-10-10
r13591: I really have no idea how this code ever worked. And I have
Gerald Carter
1
-19
/
+22
2007-10-10
r13574: fix build; talloctort.c should not use the TALLOC_FREE() macro
Gerald Carter
1
-40
/
+40
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
8
-55
/
+55
2007-10-10
r13566: Fix EA support for AIX.
Günther Deschner
1
-0
/
+24
2007-10-10
r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...
Jeremy Allison
1
-12
/
+13
2007-10-10
r13521: Implement LOOKUPNAME3 and 4.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
3
-914
/
+10
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-3
/
+24
2007-10-10
r13427: Fix ctime -> st_ctime.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13423: Write wrapper functions (and configure tests) so we can
Jeremy Allison
1
-0
/
+102
2007-10-10
r13409: No functional changes, just some DEBUG cleanup.
Günther Deschner
1
-2
/
+2
2007-10-10
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
1
-0
/
+3
2007-10-10
r13374: new revision of the snprintf replace code
Simo Sorce
1
-176
/
+580
2007-10-10
r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)
Volker Lendecke
1
-7
/
+21
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
19
-328
/
+920
2007-10-10
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
1
-11
/
+9
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2
-8
/
+8
2007-10-10
r13231: apparently strncat() is converted to strcat() on RH7.3 and similar sy...
Gerald Carter
1
-2
/
+4
2007-10-10
r13093: adding vendor patch level string as announced on samba-technical ml
Gerald Carter
1
-0
/
+6
2007-10-10
r13058: Add %w macro for the winbind seperator which allows us for example
Lars Müller
1
-0
/
+6
2007-10-10
r13024: Add is_null_sid.
Günther Deschner
1
-0
/
+6
2007-10-10
r12953: Support the TCP_FASTACK socket option if it is available. Note that t...
James Peach
1
-0
/
+3
2007-10-10
r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...
Gerald Carter
1
-1
/
+4
2007-10-10
r12855: Remove erroneous commenting out of valgrind fix.
Jeremy Allison
1
-1
/
+1
2007-10-10
r12714: Fix segfault in pdb_nds.c.
Günther Deschner
1
-4
/
+4
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
5
-21
/
+68
2007-10-10
r12398: adding Guenther's account policy migration fix
Gerald Carter
1
-12
/
+73
2007-10-10
r12387: Make string_to_sid a little more silent.
Jeremy Allison
1
-2
/
+2
2007-10-10
r12313: Introduce yet another copy of the string_sub function:
Volker Lendecke
1
-1
/
+73
2007-10-10
r12306: Reformatting
Volker Lendecke
1
-38
/
+69
2007-10-10
r12303: Move split_domain_and_name to util_getent.c and make it static there.
Volker Lendecke
2
-28
/
+31
2007-10-10
r12291: Make getgroups_user static.
Volker Lendecke
1
-2
/
+2
2007-10-10
r12279: unix_mask_match has been broken for *ever*... (How).
Jeremy Allison
1
-1
/
+2
2007-10-10
r12169: Remove an unused function
Volker Lendecke
1
-35
/
+0
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
1
-42
/
+3
[next]