Age | Commit message (Expand) | Author | Files | Lines |
2007-12-28 | Fix the non-gcc branch of "likely" | Volker Lendecke | 1 | -2/+2 |
2007-12-27 | Wrap the DEBUG checks in a "unlikely" | Volker Lendecke | 1 | -6/+21 |
2007-12-27 | Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to | Jeremy Allison | 1 | -1/+2 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 4 | -12/+57 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -7/+2 |
2007-12-22 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 2 | -2/+12 |
2007-12-22 | Cache the underlying filesystem capabilities at connection time. | James Peach | 1 | -0/+4 |
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 1 | -0/+1 |
2007-12-21 | Add a singleton cache | Volker Lendecke | 1 | -1/+2 |
2007-12-21 | Add memcache_add_talloc | Volker Lendecke | 1 | -1/+7 |
2007-12-21 | Add a global cache | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Add filesystem capabilities bitmask to statfs info. | James Peach | 1 | -0/+2 |
2007-12-19 | Expose per-fsp extension talloc context. | James Peach | 1 | -0/+9 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 2 | -4/+6 |
2007-12-19 | Rename cache.[ch] to memcache.[ch] | Volker Lendecke | 2 | -3/+3 |
2007-12-19 | Merge WERR_NO_SUCH_LOGON_SESSION from Samba4. | Günther Deschner | 1 | -0/+1 |
2007-12-18 | Add forgotten cache.h | Volker Lendecke | 1 | -0/+51 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -0/+1 |
2007-12-17 | Add combined flag LOOKUP_NAME_LOCAL. | Michael Adam | 1 | -0/+4 |
2007-12-16 | Make smb_np_struct talloc'ed | Volker Lendecke | 1 | -1/+1 |
2007-12-14 | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 1 | -0/+2 |
2007-12-13 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 1 | -1/+9 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 1 | -0/+14 |
2007-12-13 | Add flags for correctly implementing lsa_lookup_name levels. | Michael Adam | 1 | -1/+9 |
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -1/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -5/+46 |
2007-12-10 | Make the Linux rbtrees compile within Samba | Volker Lendecke | 1 | -42/+13 |
2007-12-10 | Add rbtree.[ch] from the Linux kernel | Volker Lendecke | 1 | -0/+161 |
2007-12-10 | Add dbwrap bystring service routines | Volker Lendecke | 1 | -0/+5 |
2007-12-07 | Add define guards around FSTRING_LEN. | Jeremy Allison | 1 | -0/+2 |
2007-12-07 | A requiem for pstring. | Jeremy Allison | 1 | -0/+18 |
2007-12-07 | We don't need P_GSTRING or P_UGSTRING anymore. | Jeremy Allison | 1 | -1/+1 |
2007-12-07 | Remove pstrings completely except for smbctool (what does this do ?). | Jeremy Allison | 5 | -58/+12 |
2007-12-07 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -0/+1 |
2007-12-07 | Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens). | Günther Deschner | 1 | -0/+1 |
2007-12-06 | Make cmdline_auth_info private to lib/popt_common.c. Provide | Jeremy Allison | 1 | -2/+0 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 3 | -17/+51 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -0/+3 |
2007-12-03 | Remove more pstrings, from the winbindd protocol def and | Jeremy Allison | 1 | -4/+0 |
2007-12-03 | Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c | Jeremy Allison | 2 | -54/+0 |
2007-11-30 | Merge join error codes from Samba 4. | Günther Deschner | 1 | -0/+5 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 2 | -3/+7 |
2007-11-27 | Remove unused prototype for smbldap_get_single_pstring(). | Jeremy Allison | 1 | -2/+0 |
2007-11-27 | Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c | Jeremy Allison | 1 | -1/+1 |
2007-11-27 | Remove pstring from everything in rpc_server except | Jeremy Allison | 1 | -5/+5 |
2007-11-23 | printing: fix default printing subsystem detection | Stefan Metzmacher | 1 | -1/+0 |
2007-11-22 | Cosmetic fix | Volker Lendecke | 1 | -3/+3 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+0 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -2/+10 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -1/+1 |