Age | Commit message (Expand) | Author | Files | Lines |
2007-10-22 | r25569: move more idmap stuff into winbindd_idmap.c | Stefan Metzmacher | 2 | -12/+12 |
2007-10-22 | r25568: move idmap related functions into their own file. | Stefan Metzmacher | 3 | -741/+779 |
2007-10-22 | r25567: make do_async() non static | Stefan Metzmacher | 1 | -6/+6 |
2007-10-21 | Fix compile error caused by unknown variable. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-10-21 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Gerald (Jerry) Carter | 1 | -0/+13 |
2007-10-21 | Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH | Gerald (Jerry) Carter | 2 | -4/+4 |
2007-10-21 | Don't segfault if locking.tdb can't be opened | Volker Lendecke | 1 | -0/+13 |
2007-10-21 | Fix two type-punned warnings | Volker Lendecke | 1 | -3/+3 |
2007-10-20 | fix move to OPT_LOG_STDOUT | Stefan Metzmacher | 1 | -1/+1 |
2007-10-19 | Fix an incompatible pointer type warning | Volker Lendecke | 1 | -2/+2 |
2007-10-19 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Gerald (Jerry) Carter | 5 | -31/+32 |
2007-10-19 | Streamline logic, reducing the amount of indentation. | Michael Adam | 1 | -16/+15 |
2007-10-19 | Add test for "struct in6_addr" to the HAVE_IPV6 configure test. | Gerald (Jerry) Carter | 5 | -13/+14 |
2007-10-19 | Move the test for the AIX specific interface code to the end. | Gerald (Jerry) Carter | 1 | -18/+18 |
2007-10-19 | Fix a crash in resolve_hosts() caused by an out-of-bounds array reference. | Gerald (Jerry) Carter | 1 | -1/+2 |
2007-10-19 | Fix a crash in resolve_hosts() caused by an out-of-bounds array reference. | Gerald (Jerry) Carter | 1 | -1/+2 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 15 | -88/+205 |
2007-10-19 | Merge Tridge's fix for the winbind 32/64bit padding. | Günther Deschner | 2 | -3/+3 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 3 | -20/+14 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 449 | -5344/+5317 |
2007-10-18 | remove reference to removed code | Stefan Metzmacher | 1 | -4/+0 |
2007-10-18 | Add net rap file user | Karolin Seeger | 2 | -7/+22 |
2007-10-18 | don't skip some tests which samba3 passes (at least on my laptop) | Stefan Metzmacher | 1 | -3/+3 |
2007-10-18 | make gdb_backtrace executable | Stefan Metzmacher | 1 | -0/+0 |
2007-10-18 | remove configure checks which are now in libreplace | Stefan Metzmacher | 1 | -62/+0 |
2007-10-18 | [libreplace] fix the standalone build of libreplace | Stefan Metzmacher | 2 | -28/+34 |
2007-10-18 | r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I... | Volker Lendecke | 1 | -2/+22 |
2007-10-17 | Reformatting fix for new coding guidelines. BOOL ->bool. | Jeremy Allison | 1 | -264/+320 |
2007-10-17 | delete empty file lib/replace/system/getaddrinfo.h | Stefan Metzmacher | 1 | -0/+0 |
2007-10-17 | r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ... | Volker Lendecke | 1 | -4/+16 |
2007-10-17 | fix crash bug in pidl generated client code, this | Stefan Metzmacher | 7 | -84/+84 |
2007-10-16 | Improve IPv4 detection. | Jeremy Allison | 1 | -1/+1 |
2007-10-16 | Move #defined for getaddrinfo into network.h (as other | Jeremy Allison | 2 | -84/+91 |
2007-10-16 | Added in missing def for AI_ADDRCONFIG. | Jeremy Allison | 1 | -0/+4 |
2007-10-16 | Fix access control code to be IPv6/v4 protocol independent. | Jeremy Allison | 3 | -175/+237 |
2007-10-16 | Fix default domains support using compat syntax. | Simo Sorce | 1 | -14/+29 |
2007-10-15 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2 | -1/+8 |
2007-10-15 | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 6 | -240/+314 |
2007-10-15 | Fix warning messages for unused variables. | Jeremy Allison | 1 | -1/+3 |
2007-10-15 | Correctly free memory in regfio paths | Alexander Bokovoy | 2 | -1/+8 |
2007-10-15 | Add WERR_SERVICE_ALREADY_RUNNING. | Günther Deschner | 2 | -0/+2 |
2007-10-15 | rename getsmbpass -> rep_getpass and provide the function prototype | Stefan Metzmacher | 2 | -2/+3 |
2007-10-15 | use "system/*.h" to get the system includes | Stefan Metzmacher | 1 | -15/+3 |
2007-10-15 | fix the compilation of getpass.c and it's configure test | Stefan Metzmacher | 2 | -13/+2 |
2007-10-15 | r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer... | Jeremy Allison | 1 | -1/+1 |
2007-10-15 | r16245: Cope with string being zero len. Klocwork bug #410. Jeremy. | Jeremy Allison | 1 | -2/+4 |
2007-10-15 | Volker's fix for bug #668. Change the \n after the password prompt to go to t... | jmcd | 1 | -2/+3 |
2007-10-15 | reapply: Allow ^C to interrupt smbpasswd if using our getpass. from Jeremy | Stefan Metzmacher | 1 | -4/+32 |
2007-10-15 | reformat getpass() replacement code | Stefan Metzmacher | 1 | -62/+58 |
2007-10-15 | missing stuff from samba4's libreplace | Stefan Metzmacher | 2 | -1/+4 |