s3: Remove some pointless wrapper functions
[kai/samba.git] / source3 /
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-08-05 Volker Lendeckes3: Save the received trans2 from the inbuf in cli_trans
2010-08-05 Volker Lendeckes3: Fix a crash in masktest
2010-08-05 Andreas Schneiders3-spoolss: Use the correct value for the data length.
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-08-04 Günther Deschners3-libnet_join: add ads.h as helper header to IDL.
2010-08-04 Günther Deschners3-printing: move AD related printing components to...
2010-08-04 Volker Lendeckes3: Convert cli_list() to return NTSTATUS
2010-08-04 Volker Lendeckes3: Use data_blob_null
2010-08-04 Günther Deschners3-waf: fix the build.
2010-08-04 Christian Ambachsmall optimizations for shadowcopy2 module
2010-08-04 Christian Ambachfix snapshot content display with hide unreadable
2010-08-04 Volker Lendeckes3: Fix shadow copies after the change for in-path...
2010-08-04 Volker Lendeckes3: Fix in-path shadowcopy2 module
2010-08-03 oliviermake scannedonly notify the scanner if no .scanned...
2010-08-03 Günther Deschners3-dcerpc: fix some uninitialized variables build warnings.
2010-08-03 Günther Deschners3-spoolss: fix type-punned pointer build warning.
2010-08-03 Günther Deschners3-spoolss: fix uninitialized variable build warning.
2010-08-03 Günther Deschners3-printing: make sure to set NTSTATUS code before...
2010-08-02 Günther Deschners3-spoolss: remove duplicate (and incorrect) header.
2010-08-02 Andreas Schneiders3-spoolss: Fixed a segfault if a value has no data.
2010-08-02 Andreas Schneiders3-spoolss: Move some debug message to a higher level.
2010-08-02 Andreas Schneiders3-spoolss: Fixed some C++ build warnings.
2010-08-02 Andreas Schneiders3-spoolss: Use a stackframe to allocat memory.
2010-08-02 Günther Deschners3-spoolss: remove unused MAX_OPEN_PRINTER_EXS define.
2010-08-02 Günther Deschners3-build: fix some c++ build warnings.
2010-08-02 Volker Lendeckes3: Use cups-config --libs
2010-08-01 Volker Lendeckes3: Fix an uninitialized variable
2010-08-01 Volker Lendeckes3: Fix a C++ warning
2010-08-01 Volker Lendeckes3: Fix some nonempty blank lines
2010-08-01 Volker Lendeckes3: Fix an uninitialized variable
2010-07-30 Günther Deschners3-printing: remove unused get_local_printer_publishing...
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-30 Simo Sorcecleanups: Trailing spaces, line length, etc...
2010-07-30 Simo Sorces3-dcerpc: Use dcerpc_guess_sizes in the server code...
2010-07-30 Simo Sorces3-dceprc: Improve dcerpc_guess_sizes() interface
2010-07-30 Simo Sorces3-dcerpc: rationalize packet creation in the server...
2010-07-30 Simo Sorces3-dcerpc: Make function to guess pdu sizes common.
2010-07-30 Simo Sorces3-dceprc: consolidate use of dcerpc_push_dcerpc_auth()
2010-07-30 Simo Sorces3-dcerpc: Remove unused functions
2010-07-30 Simo Sorces3-dcerpc: use common spengo wrapper code for client...
2010-07-30 Simo Sorces3-dcerpc: add sign/seal support when using SPNEGO...
2010-07-30 Simo Sorces3-dcerpc: Add SPNEGO incapsulation for KRB5 auth
2010-07-30 Simo Sorcerpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign...
2010-07-30 Volker Lendeckes3: Remove "cli" from "struct finfo"
2010-07-29 Jeremy AllisonWe should be using the winbindd separator in this case...
2010-07-29 Volker Lendeckes3: Do the ftruncate write cache optimization in one...
2010-07-29 Volker LendeckeRevert "s3: Avoid pwrite calls for the 1-byte writes...
2010-07-29 Volker Lendeckes3: Avoid an unnecessary ftruncate call
2010-07-29 Jeremy AllisonFix bug #7589 - ntlm_auth fails to use cached credentials.
2010-07-29 Andreas Schneiders3-spoolss: Increased debug level for trace output.
2010-07-29 Andreas Schneiders3-spoolss: Fixed debug statements and increased level.
2010-07-28 Simo Sorces3-dcerpc: Try to fix build when gssapi_ext.h is not...
2010-07-28 Simo SorceDo not refernece pipe_auth_data directly in dcerpc_gssapi.c
2010-07-28 Simo Sorces3-dcerpc: Avoid ifdef, it is handled within dcerpc_gss...
2010-07-28 Volker Lendeckes3: Fix cli_qpathinfo2
2010-07-28 Simo Sorcesmbd: Fix build warning
2010-07-28 Simo Sorces3-dcerpc: Add sign/seal with gssapi
2010-07-28 Simo Sorces3-dcerpc: Add next authentication step with gssapi
2010-07-28 Simo Sorces3-decrpc: Introduce gssapi support for dcerpc krb5...
2010-07-28 Simo Sorcerpcclient: Use DCERPC_AUTH_LEVEL_CONNECT if no sign...
2010-07-28 Simo Sorces3-dcerpc: Refactor calculate_data_len_tosend()
2010-07-28 Simo Sorces3-dcerpc: Add auth trailer only when appropriate.
2010-07-28 Simo Sorces3-dcerpc: consolidate unmarshalling of dcerpc_auth
2010-07-28 Simo Sorces3-dcerpc: revive cli_rpc_pipe_open_krb5()
2010-07-28 Simo Sorcemisc: Remove unused structure elements
2010-07-28 Simo Sorces3-rpcclient: Allow choosing spnego mech: (ntlm/krb5)
2010-07-28 Simo Sorces3-dcerpc: Use dcerpc_AuthType in pipe_auth_data
2010-07-28 Simo Sorces3-dcerpc: Cleanup and refactor create_rpc_bind_req()
2010-07-28 Simo Sorces3-auth: Remove unimplemented functions
2010-07-28 Simo Sorces3-dcerpc: Set flags directly instead of calling unimpl...
2010-07-28 Simo Sorces3-dcerpc: Use dcerpc_check_auth in client code too
2010-07-28 Simo Sorces3-dcerpc: Make dcerpc_check_auth() common code
2010-07-28 Simo Sorces3-dcerpc: Add the same paranoia checks we have in...
2010-07-28 Simo Sorces3-dcerpc: Split auth checking into a generic function.
2010-07-28 Simo Sorces3-dcerpc do not pass pipes_struct to dcesrv_auth_request()
2010-07-28 Simo Sorces3-dcerpc: Make dcesrv_auth_request() return NTSTATUS...
2010-07-28 Simo Sorces3-dcerpc: Use the common dcerpc_add_auth_footer()...
2010-07-28 Simo Sorces3-dcerpc: Move dcerpc_add_auth_footer() to the common...
2010-07-28 Simo Sorces3-dcerpc: Introduce generic helper function to add...
2010-07-28 Simo Sorces3-dcerpc: Pass explicit arguments so that this is...
2010-07-28 Simo Sorces3-dcerpc: Move marshalling of dcerpc_auth_header in...
2010-07-28 Andreas Schneiders3-rpc: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-include: Use struct pipes struct and get rid of...
2010-07-28 Andreas Schneiders3-winbind: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-uid: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-wkssvc: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-winreg: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-svcctl: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-srvsvc: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-spoolss: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-samr: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-rpc_pipe: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-ntsvcs: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-netlogon: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-lsa: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-initshutdown: Use struct pipes_struct.
2010-07-28 Andreas Schneiders3-eventlog: Use struct pipes_struct.
next