Age | Commit message (Expand) | Author | Files | Lines |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -5/+5 |
2012-07-03 | s3-printing: Remove deprecated lp_printer_admin(). | Andreas Schneider | 1 | -11/+0 |
2012-06-12 | s3:printing: fix use of a non-existent word (existant) | Michael Adam | 1 | -1/+1 |
2012-05-24 | s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection' | Stefan Metzmacher | 1 | -3/+12 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -3/+3 |
2012-02-09 | s3-printing: Add new printers to registry. | Björn Baumbach | 1 | -2/+17 |
2012-01-23 | WERROR type variable being incorrectly checked with a NT_STATUS_IS_X | David Disseldorp | 1 | -1/+1 |
2012-01-20 | s3-spoolss: prefix print$ path on driver file deletion | David Disseldorp | 1 | -44/+37 |
2011-11-03 | s3-printing: fix typo | Björn Baumbach | 1 | -1/+1 |
2011-09-26 | s3: Remove the smbd_server_conn ref from create_conn_struct | Volker Lendecke | 1 | -3/+7 |
2011-07-28 | s3-spoolss: Use existing handle in printer_driver_files_in_use(). | Andreas Schneider | 1 | -11/+1 |
2011-07-28 | s3-spoolss: Use existing handle in printer_driver_in_use(). | Andreas Schneider | 1 | -14/+2 |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 1 | -10/+10 |
2011-07-20 | s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info | Andrew Bartlett | 1 | -1/+1 |
2011-07-20 | s3-auth Use *unix_token rather than utok in struct auth3_session_info | Andrew Bartlett | 1 | -2/+2 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 1 | -10/+10 |
2011-07-07 | s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand... | Günther Deschner | 1 | -6/+27 |
2011-07-07 | s3-printing: use winreg_internal functions. | Günther Deschner | 1 | -9/+9 |
2011-07-07 | s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.h | Günther Deschner | 1 | -172/+0 |
2011-07-07 | s3-printing: move driver_info_ctr_to_info8 to init_spoolss.h | Günther Deschner | 1 | -90/+0 |
2011-07-07 | s3-printing: move os2 related functions to printing/nt_printing_os2.c. | Günther Deschner | 1 | -142/+0 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-05 | s3-printing: run minimal_includes.pl. | Günther Deschner | 1 | -5/+0 |
2011-05-02 | s3-printing: avoid using pipes_struct when only session_info is needed. | Günther Deschner | 1 | -12/+11 |
2011-05-02 | s3-proto: move remaining spoolss protos to own header file. | Günther Deschner | 1 | -0/+1 |
2011-04-11 | s3-printing: Use become_user_by_session() function. | Andreas Schneider | 1 | -3/+3 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: printing needs auth.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: printing needs parts of smbd. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-04 | s3-printing: follow force user/group for driver IO | David Disseldorp | 1 | -1/+46 |
2011-03-02 | s3-printing: vfs_connect prior to driver/dfs IO | David Disseldorp | 1 | -0/+3 |
2011-03-02 | s3-printing: clean up get_correct_cversion error paths | David Disseldorp | 1 | -18/+16 |
2011-03-02 | s3-printing: fix move_driver_to_download_area() error paths | David Disseldorp | 1 | -68/+51 |
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -1/+1 |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -24/+24 |
2011-02-10 | s3-rpc_server: move services into individual directories. | Günther Deschner | 1 | -1/+1 |
2011-02-10 | s3-auth Rename cryptic 'ptok' to security_token | Andrew Bartlett | 1 | -3/+3 |
2010-11-29 | s3-spoolss: Fix Bug #7641: handle win9x adddriver calls w/o config file. | Günther Deschner | 1 | -2/+8 |
2010-11-10 | Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin... | Jeremy Allison | 1 | -12/+17 |
2010-10-22 | Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil... | Jeremy Allison | 1 | -1/+1 |
2010-10-22 | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ... | Jeremy Allison | 1 | -1/+1 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-10-04 | s3: Fix a pointer error | Volker Lendecke | 1 | -1/+1 |
2010-10-02 | s3-spoolss: Fixed print_access_check server_info. | Andreas Schneider | 1 | -1/+1 |
2010-09-30 | s3-spoolss: Fix servername/printername handling which turns out to be very im... | Günther Deschner | 1 | -2/+2 |
2010-09-11 | s3-privs Convert from user_has_privileges() -> security_token_has_privilege() | Andrew Bartlett | 1 | -2/+1 |