Age | Commit message (Expand) | Author | Files | Lines |
2011-07-20 | s3-auth Remove seperate guest boolean | Andrew Bartlett | 1 | -1/+1 |
2011-07-13 | s3:configure: use the same dynconfig options and default values as the toplev... | Stefan Metzmacher | 1 | -66/+76 |
2011-07-08 | lib/param: Merge struct loadparm_service into common | Andrew Bartlett | 1 | -1/+1 |
2011-07-08 | lib/util Move bitmap.c to lib/util | Andrew Bartlett | 1 | -1/+1 |
2011-07-08 | s3:torture: add SMB2-BASIC | Stefan Metzmacher | 1 | -1/+2 |
2011-07-08 | s3:libsmb: add smb2cli_query_directory*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_write*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_read*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_flush*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_close*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_create*() | Stefan Metzmacher | 1 | -1/+2 |
2011-07-08 | s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add smb2cli_negprot*() | Stefan Metzmacher | 1 | -0/+1 |
2011-07-08 | s3:libsmb: add basic smb2 client infrastructure | Stefan Metzmacher | 1 | -0/+1 |
2011-07-07 | s3-printing: add rpc_client/cli_winreg_spoolss.c | Günther Deschner | 1 | -2/+3 |
2011-07-07 | s3-printing: move os2 related functions to printing/nt_printing_os2.c. | Günther Deschner | 1 | -0/+1 |
2011-07-05 | s3:build fix autoconf build on AIX 5.3 | Christian Ambach | 1 | -3/+3 |
2011-07-04 | s3-util: Add a get_remote_hostname() function. | Andreas Schneider | 1 | -5/+5 |
2011-07-02 | s3-param Generate parameter tables | Andrew Bartlett | 1 | -1/+7 |
2011-07-01 | s3-net: use printing_migrate library, and eliminate duplicate code. | Günther Deschner | 1 | -1/+1 |
2011-07-01 | s3-printing: split out printing migration code into a smaller library. | Günther Deschner | 1 | -0/+1 |
2011-06-30 | s3:build: add vfs_examples to the everything target | Michael Adam | 1 | -1/+2 |
2011-06-30 | s3:build: add a vfs_examples target. | Michael Adam | 1 | -0/+11 |
2011-06-24 | s3:configure: remove unused --with-rootsbindir configure option | Stefan Metzmacher | 1 | -1/+0 |
2011-06-24 | s3: Add cli_symlink | Volker Lendecke | 1 | -0/+1 |
2011-06-24 | s3: Add symlink reparse point marshalling routines | Volker Lendecke | 1 | -0/+1 |
2011-06-21 | s3: Remove unused code | Volker Lendecke | 1 | -1/+0 |
2011-06-21 | s3: Convert WINBINDD_WINS_BYNAME to the async API | Volker Lendecke | 1 | -0/+1 |
2011-06-21 | s3-build: Provide a run-time shim to work around duplicate symbols | Andrew Bartlett | 1 | -1/+2 |
2011-06-21 | lib/util: Use common d_printf() in the whole codebase | Andrew Bartlett | 1 | -1/+1 |
2011-06-20 | smb_share_modes: don't use tdb_jenkins_hash. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | lib: import ccan modules for tdb2 | Rusty Russell | 1 | -0/+1 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -1/+1 |
2011-06-19 | s3: Test nttrans_create | Volker Lendecke | 1 | -0/+1 |
2011-06-17 | s3-util: remove the s3 nterr.c | Andrew Tridgell | 1 | -1/+1 |
2011-06-12 | s3-passdb: Implement new pdb trust calls for the default backend | Sumit Bose | 1 | -6/+9 |
2011-06-09 | lib/util Bring procid_str() into lib/util as server_id_string() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | librpc/idr Use the Samba3 notify.idl in common. | Andrew Bartlett | 1 | -1/+0 |
2011-06-09 | server_id.idl: Bring server_id.idl in common | Andrew Bartlett | 1 | -2/+1 |
2011-06-06 | lib/util use modules_path(), data_path() and shlib_ext() from source3 | Andrew Bartlett | 1 | -1/+1 |
2011-06-05 | s3:winbind: Convert WINBINDD_WINS_BYIP to the async API | Volker Lendecke | 1 | -0/+1 |
2011-06-01 | s3-rpc_server: Move the context functions to own file. | Andreas Schneider | 1 | -1/+2 |
2011-05-31 | s3-lib Move source3-specific malloc replacements into a seperate file | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | s3-lib Move free_namearray() into it's own file | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | s3-lib Move realloc based string substitution functions out of util_str.c | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | libcli/security: move secdesc.c to the top level libcli/security | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | s3-param split service.c into param and smbd components | Andrew Bartlett | 1 | -2/+2 |
2011-05-31 | s3-smbd Split conn.c into 3 files | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | s3-lib Move string_init functions into their own file | Andrew Bartlett | 1 | -1/+1 |