Age | Commit message (Expand) | Author | Files | Lines |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -1/+3 |
2008-01-20 | Do an explicit init_globals() when restarting for "config backend = registry". | Michael Adam | 1 | -0/+1 |
2008-01-16 | Revert "default to tdbsam instead of smbpasswd" | Volker Lendecke | 1 | -1/+1 |
2008-01-16 | default to tdbsam instead of smbpasswd | Volker Lendecke | 1 | -1/+1 |
2008-01-16 | Add my (C) to loadparm.c. | Michael Adam | 1 | -0/+1 |
2008-01-16 | Remove special semantics of "include = registry" from loadparm.c | Michael Adam | 1 | -29/+0 |
2008-01-16 | Add utility function lp_config_backend_is_registry(). | Michael Adam | 1 | -0/+8 |
2008-01-16 | Initialise Globals.ConfigBackend from global var config_backend. | Michael Adam | 1 | -5/+11 |
2008-01-16 | Add config parameter "config backend = registry". | Michael Adam | 1 | -19/+63 |
2008-01-16 | Add "MSDFS options" separator to parm_table. | Michael Adam | 1 | -0/+2 |
2008-01-16 | Re-order an option block in parm_table to re-unite the misc options. | Michael Adam | 1 | -3/+3 |
2008-01-09 | Reduce stat cache size default | Volker Lendecke | 1 | -1/+1 |
2008-01-09 | Change registry_create_admin_token() to return NTSTATUS. | Michael Adam | 1 | -3/+4 |
2008-01-09 | Extend a comment. | Michael Adam | 1 | -1/+3 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -3/+2 |
2007-12-27 | Add "smb encrypt" parameter. Can be set to "no, yes, required". | Jeremy Allison | 1 | -0/+4 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -2/+5 |
2007-12-21 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -1/+5 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -3/+4 |
2007-12-12 | Add lp_include_registry_globals(). | Günther Deschner | 1 | -0/+5 |
2007-12-10 | Remove two completely unnecessary globals | Volker Lendecke | 1 | -61/+51 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -5/+5 |
2007-12-10 | use dbwrap_rbt in loadparm.c | Volker Lendecke | 1 | -4/+2 |
2007-12-10 | Convert ServiceHash to dbwrap | Volker Lendecke | 1 | -26/+47 |
2007-12-07 | We don't need P_GSTRING or P_UGSTRING anymore. | Jeremy Allison | 1 | -55/+0 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -2/+18 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -2/+5 |
2007-11-30 | Move param helper routines to one place. | Günther Deschner | 1 | -0/+50 |
2007-11-27 | Save one extra strdup per lp_string. Use talloc_sub_basic() | Jeremy Allison | 1 | -12/+14 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+1 |
2007-11-13 | Remove pstring from param/ | Jeremy Allison | 1 | -94/+152 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 1 | -3/+3 |
2007-11-07 | Constrain "min receivefile size" to max of BUFFER_SIZE | Jeremy Allison | 1 | -1/+8 |
2007-11-01 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Gerald (Jerry) Carter | 1 | -12/+15 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 1 | -4/+4 |
2007-11-01 | save memory | Volker Lendecke | 1 | -12/+15 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -0/+5 |
2007-10-21 | Fix two type-punned warnings | Volker Lendecke | 1 | -3/+3 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2 | -292/+291 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -3/+9 |
2007-10-10 | r25564: Pass sharename to delete_share_security() | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea... | Michael Adam | 1 | -0/+4 |
2007-10-10 | r25049: Set new, more secure defaults for Samba 3.2. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r25036: Fix a become/unbecome_root() pair | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -4/+0 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -39/+5 |
2007-10-10 | r24639: Add parameter "directory name cache size" - parameterize | Jeremy Allison | 1 | -1/+8 |
2007-10-10 | r24636: Raise one debug level, since the callers (that want to do so) | Michael Adam | 1 | -1/+1 |
2007-10-10 | r24616: In set_boolean(), only pass the result back to the caller | Michael Adam | 1 | -1/+2 |