Age | Commit message (Expand) | Author | Files | Lines |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 4 | -26/+26 |
2011-07-20 | s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info | Andrew Bartlett | 2 | -2/+2 |
2011-07-20 | s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username | Andrew Bartlett | 1 | -3/+3 |
2011-07-20 | s3-auth Use *unix_token rather than utok in struct auth3_session_info | Andrew Bartlett | 2 | -6/+6 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 4 | -26/+26 |
2011-07-18 | s3-rpc_server: Fixed segfaults in rpc daemons. | Andreas Schneider | 1 | -1/+1 |
2011-07-07 | s3-printing: remove tdb migration invalid printer name checks | David Disseldorp | 1 | -9/+2 |
2011-07-07 | s3-printing: make sure to first migrate the printers then the security descri... | Günther Deschner | 1 | -4/+16 |
2011-07-07 | s3-printing: fill info2_mask in printer migration | David Disseldorp | 1 | -4/+7 |
2011-07-07 | s3-printing: remove spoolss pipe from migration library, only using winreg fi... | Günther Deschner | 3 | -30/+3 |
2011-07-07 | s3-printing: use winreg interface for migration, instead of spoolss. | Günther Deschner | 1 | -181/+38 |
2011-07-07 | s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand... | Günther Deschner | 2 | -8/+38 |
2011-07-07 | s3-printing: use winreg_internal functions. | Günther Deschner | 2 | -14/+14 |
2011-07-07 | s3-printing: add winreg_internal functions. | Günther Deschner | 1 | -0/+1 |
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 | 3 | -142/+187 |
2011-07-04 | s3-printing: open up a winreg pipe handle for the migration code. | Günther Deschner | 3 | -4/+32 |
2011-07-04 | s3-rpc_server: Migrate rpc function to tsocket_address. | Andreas Schneider | 1 | -2/+2 |
2011-07-01 | s3-printing: split out printing migration code into a smaller library. | Günther Deschner | 5 | -246/+317 |
2011-06-30 | s3-printing: skip migration of non-existent printers | David Disseldorp | 1 | -8/+18 |
2011-06-30 | s3-printing: fill devicemode size in migrate_printer() | David Disseldorp | 1 | -0/+1 |
2011-06-29 | param: Merge param headers into lib/param/loadparm.h | Andrew Bartlett | 2 | -0/+2 |
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 2 | -8/+8 |
2011-06-20 | tdb_compat: use tdb_open_compat. | Rusty Russell | 1 | -2/+3 |
2011-06-20 | ldb: replace 'struct TDB_DATA' with 'TDB_DATA' | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_compat: use tdb_errorstr_compat() | Rusty Russell | 1 | -6/+6 |
2011-06-20 | tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere. | Rusty Russell | 2 | -6/+6 |
2011-06-20 | tdb_traverse/tdb_traverse_read: check returns for negative, not -1. | Rusty Russell | 1 | -2/+2 |
2011-06-20 | tdb_chainlock: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_store: check returns for 0, not -1. | Rusty Russell | 2 | -6/+6 |
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 3 | -16/+16 |
2011-06-10 | source3/printing/pcap.h: fix licence/copyright | Günther Deschner | 1 | -0/+15 |
2011-06-10 | source3/printing/load.h: fix licence/copyright | Günther Deschner | 1 | -0/+24 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2 | -4/+4 |
2011-06-09 | s3-talloc Change TALLOC_MEMDUP() to talloc_memdup() | Andrew Bartlett | 1 | -2/+2 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 2 | -5/+5 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-01 | Change sys_getcd() to take no arguments and always return malloc'ed memory (o... | Jeremy Allison | 1 | -8/+8 |
2011-06-01 | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -2/+1 |
2011-05-30 | s3: fix some -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -4/+0 |
2011-05-20 | Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c... | Jeremy Allison | 1 | -8/+5 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 |
2011-05-16 | s3-printing: remove cups_pull_comment_location from header file | David Disseldorp | 1 | -4/+0 |
2011-05-16 | s3-printing: Remove obsolete and unused cups_pull_comment_location(). | Andreas Schneider | 1 | -157/+0 |
2011-05-16 | s3-printing: Get the location info from cups. | Günther Deschner | 9 | -30/+80 |
2011-05-13 | rpc_server: Always use rpc_pipe_open_interface() | Simo Sorce | 1 | -1/+1 |
2011-05-11 | s3-printing: make cups_pull_comment_location() work again. | Günther Deschner | 1 | -13/+2 |
2011-05-10 | s3-printing: Fix double free of cups request. | Günther Deschner | 1 | -4/+0 |