index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-rpc_server: Migrate rpc function to tsocket_address.
Andreas Schneider
2011-07-04
1
-2
/
+2
*
s3-printing: split out printing migration code into a smaller library.
Günther Deschner
2011-07-01
5
-246
/
+317
*
s3-printing: skip migration of non-existent printers
David Disseldorp
2011-06-30
1
-8
/
+18
*
s3-printing: fill devicemode size in migrate_printer()
David Disseldorp
2011-06-30
1
-0
/
+1
*
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
2011-06-29
2
-0
/
+2
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
2
-8
/
+8
*
tdb_compat: use tdb_open_compat.
Rusty Russell
2011-06-20
1
-2
/
+3
*
ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
Rusty Russell
2011-06-20
1
-1
/
+1
*
tdb_compat: use tdb_errorstr_compat()
Rusty Russell
2011-06-20
1
-6
/
+6
*
tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.
Rusty Russell
2011-06-20
2
-6
/
+6
*
tdb_traverse/tdb_traverse_read: check returns for negative, not -1.
Rusty Russell
2011-06-20
1
-2
/
+2
*
tdb_chainlock: check returns for 0, not -1.
Rusty Russell
2011-06-20
1
-1
/
+1
*
tdb_store: check returns for 0, not -1.
Rusty Russell
2011-06-20
2
-6
/
+6
*
tdb_fetch_compat: use instead of tdb_fetch.
Rusty Russell
2011-06-20
3
-16
/
+16
*
source3/printing/pcap.h: fix licence/copyright
Günther Deschner
2011-06-10
1
-0
/
+15
*
source3/printing/load.h: fix licence/copyright
Günther Deschner
2011-06-10
1
-0
/
+24
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
2
-4
/
+4
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
2
-5
/
+5
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
2011-06-01
1
-8
/
+8
*
s3: fix more -Wunused-but-set-variable build warnings.
Günther Deschner
2011-06-01
1
-2
/
+1
*
s3: fix some -Wunused-but-set-variable build warnings.
Günther Deschner
2011-05-30
1
-4
/
+0
*
Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c...
Jeremy Allison
2011-05-20
1
-8
/
+5
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-1
/
+1
*
s3-printing: remove cups_pull_comment_location from header file
David Disseldorp
2011-05-16
1
-4
/
+0
*
s3-printing: Remove obsolete and unused cups_pull_comment_location().
Andreas Schneider
2011-05-16
1
-157
/
+0
*
s3-printing: Get the location info from cups.
Günther Deschner
2011-05-16
9
-30
/
+80
*
rpc_server: Always use rpc_pipe_open_interface()
Simo Sorce
2011-05-13
1
-1
/
+1
*
s3-printing: make cups_pull_comment_location() work again.
Günther Deschner
2011-05-11
1
-13
/
+2
*
s3-printing: Fix double free of cups request.
Günther Deschner
2011-05-10
1
-4
/
+0
*
s3-printing: very obvious fix for cups_pull_comment_location().
Günther Deschner
2011-05-10
1
-1
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
7
-1
/
+8
*
More simple const fixes.
Jeremy Allison
2011-05-05
2
-3
/
+3
*
s3-printing: run minimal_includes.pl.
Günther Deschner
2011-05-05
4
-9
/
+0
*
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
2011-05-04
1
-1
/
+2
*
s3: include ntdomain.h before including generated srv_ headers.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-printing: include ../librpc/ndr/libndr.h in ads printing.
Günther Deschner
2011-05-02
1
-0
/
+1
*
s3-printing: avoid using pipes_struct when only session_info is needed.
Günther Deschner
2011-05-02
1
-12
/
+11
*
s3-proto: move remaining spoolss protos to own header file.
Günther Deschner
2011-05-02
2
-0
/
+2
*
s3-proto: move rpc_srv_register protos and structs to town headerfile.
Günther Deschner
2011-05-02
1
-0
/
+1
*
Fix compiler warning in debug message.
Jeremy Allison
2011-04-21
1
-2
/
+2
*
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
2011-04-20
1
-0
/
+1
*
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2011-04-13
2
-0
/
+2
*
s3-printing: Use become_user_by_session() function.
Andreas Schneider
2011-04-11
1
-3
/
+3
*
s3: Fix print_spool_end
Volker Lendecke
2011-04-05
1
-12
/
+0
*
s3-includes: only include ntdomain.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-03-30
4
-4
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
4
-0
/
+4
[next]