index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
r13574: fix build; talloctort.c should not use the TALLOC_FREE() macro
Gerald Carter
2007-10-10
1
-40
/
+40
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
8
-55
/
+55
*
r13566: Fix EA support for AIX.
Günther Deschner
2007-10-10
1
-0
/
+24
*
r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...
Jeremy Allison
2007-10-10
1
-12
/
+13
*
r13521: Implement LOOKUPNAME3 and 4.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
2007-10-10
3
-914
/
+10
*
r13460: by popular demand....
Gerald Carter
2007-10-10
1
-3
/
+24
*
r13427: Fix ctime -> st_ctime.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13423: Write wrapper functions (and configure tests) so we can
Jeremy Allison
2007-10-10
1
-0
/
+102
*
r13409: No functional changes, just some DEBUG cleanup.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
2007-10-10
1
-0
/
+3
*
r13374: new revision of the snprintf replace code
Simo Sorce
2007-10-10
1
-176
/
+580
*
r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)
Volker Lendecke
2007-10-10
1
-7
/
+21
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
19
-328
/
+920
*
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
2007-10-10
1
-11
/
+9
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
2
-8
/
+8
*
r13231: apparently strncat() is converted to strcat() on RH7.3 and similar sy...
Gerald Carter
2007-10-10
1
-2
/
+4
*
r13093: adding vendor patch level string as announced on samba-technical ml
Gerald Carter
2007-10-10
1
-0
/
+6
*
r13058: Add %w macro for the winbind seperator which allows us for example
Lars Müller
2007-10-10
1
-0
/
+6
*
r13024: Add is_null_sid.
Günther Deschner
2007-10-10
1
-0
/
+6
*
r12953: Support the TCP_FASTACK socket option if it is available. Note that t...
James Peach
2007-10-10
1
-0
/
+3
*
r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ba...
Gerald Carter
2007-10-10
1
-1
/
+4
*
r12855: Remove erroneous commenting out of valgrind fix.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r12714: Fix segfault in pdb_nds.c.
Günther Deschner
2007-10-10
1
-4
/
+4
*
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
2007-10-10
5
-21
/
+68
*
r12398: adding Guenther's account policy migration fix
Gerald Carter
2007-10-10
1
-12
/
+73
*
r12387: Make string_to_sid a little more silent.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r12313: Introduce yet another copy of the string_sub function:
Volker Lendecke
2007-10-10
1
-1
/
+73
*
r12306: Reformatting
Volker Lendecke
2007-10-10
1
-38
/
+69
*
r12303: Move split_domain_and_name to util_getent.c and make it static there.
Volker Lendecke
2007-10-10
2
-28
/
+31
*
r12291: Make getgroups_user static.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r12279: unix_mask_match has been broken for *ever*... (How).
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r12169: Remove an unused function
Volker Lendecke
2007-10-10
1
-35
/
+0
*
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
2007-10-10
1
-42
/
+3
*
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
2007-10-10
4
-4
/
+4
*
r12038: This file is no longer used, and no one noticed....
Jeremy Allison
2007-10-10
1
-86
/
+0
*
r11985: Move to LGPL as per tridge's Samba4 change.
Jeremy Allison
2007-10-10
1
-14
/
+18
*
r11962: Bring talloc up to date with Samba4, re-add the
Jeremy Allison
2007-10-10
2
-52
/
+226
*
r11876: When we are using START_TLS to secure the LDAP connection, we *have* to
Günther Deschner
2007-10-10
1
-3
/
+12
*
r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.
Günther Deschner
2007-10-10
1
-50
/
+137
*
r11845: Removed error code list as it isn't correct for Linux.
Jeremy Allison
2007-10-10
1
-8
/
+0
*
r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOS
Jeremy Allison
2007-10-10
1
-33
/
+41
*
r11799: Added OpenSSH fix for "%.*s" format crash. From Darren Tucker
Jeremy Allison
2007-10-10
1
-1
/
+22
*
r11764: Doesn't need to be exported from here.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r11732: Remember to return early if -1 returned from *BSD EA call.
Jeremy Allison
2007-10-10
1
-0
/
+12
*
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
2007-10-10
1
-0
/
+28
*
r11655: Two small fixes
Gerald Carter
2007-10-10
1
-4
/
+26
*
r11614: Replace old crc32 code with one from the FreeBSD tree.
Jeremy Allison
2007-10-10
1
-56
/
+92
*
r11560: Fix core dump if setmntent returns NULL.
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r11530: Add the "time offset" parameter back in for people who
Jeremy Allison
2007-10-10
1
-1
/
+1
[next]